Skip to content

Commit

Permalink
disable apple pay (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakarh authored Sep 12, 2023
1 parent 73a3798 commit 0caceae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BraintreePSP/BraintreePaymentScreensBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ final public class BraintreePaymentScreenBuilder: PaymentScreenBuilder {
) {
let request = BTDropInRequest()
request.uiCustomization = getUiCustomization()
request.applePayDisabled = true
if allowToSaveAndDeleteCard {
request.allowVaultCardOverride = true
request.vaultManager = true
Expand Down

0 comments on commit 0caceae

Please sign in to comment.