Skip to content

Commit

Permalink
changes to make stage work
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 committed Jan 13, 2025
1 parent 392d208 commit 0647fc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ internal class PayPalInternalClient(
fun isAppSwitchEnabled(payPalRequest: PayPalRequest) = payPalRequest.enablePayPalAppSwitch

fun isPayPalInstalled(context: Context): Boolean {
return deviceInspector.isPayPalInstalled(context)
|| deviceInspector.isPayPalBetaInstalled(context)
return deviceInspector.isPayPalInstalled(context) ||
deviceInspector.isPayPalBetaInstalled(context)
}

private fun findPairingId(redirectUri: Uri): String? {
Expand Down

0 comments on commit 0647fc3

Please sign in to comment.