Skip to content

Commit

Permalink
Fix merge on demo app (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
richherrera authored Dec 4, 2024
1 parent 4469f73 commit 06969f1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ class PayPalWebCheckoutViewController: PaymentButtonBaseViewController {
request.lineItems = [lineItem]
request.offerPayLater = payLaterToggle.isOn
request.intent = newPayPalCheckoutToggle.isOn ? .sale : .authorize
request.contactInformation = BTContactInformation(
recipientEmail: "[email protected]",
recipientPhoneNumber: .init(countryCode: "52", nationalNumber: "123456789")
)

if contactInformationToggle.isOn {
request.contactInformation = BTContactInformation(
Expand Down

0 comments on commit 06969f1

Please sign in to comment.