Skip to content

Commit

Permalink
chore(payment): require payment method false
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Mar 26, 2024
1 parent 6b21064 commit 83032c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public void load() {
? GooglePayLauncher.BillingAddressConfig.Format.Full
: GooglePayLauncher.BillingAddressConfig.Format.Min,
metaData.phoneNumberRequired
)
),
false
),
(boolean isReady) -> this.googlePayExecutor.isAvailable = isReady,
(@NotNull GooglePayLauncher.Result result) ->
Expand Down

0 comments on commit 83032c6

Please sign in to comment.