Skip to content

Commit

Permalink
Merge branch 'create-encodable-paypal-accounts-post' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/braintree/braintree_ios into create-encodable-paypal-accounts-post
  • Loading branch information
warmkesselj committed Mar 4, 2025
2 parents cc489ac + eddb580 commit 4c9b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraintreePayPal/BTPayPalClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ import BraintreeDataCollector
return
}

guard let request = payPalRequest else {
guard let payPalRequest else {
notifyFailure(with: BTPayPalError.missingPayPalRequest, completion: completion)
return
}
Expand Down

0 comments on commit 4c9b7dd

Please sign in to comment.