Skip to content

Commit

Permalink
Revert some local changes and modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolopez-pypl committed Oct 24, 2023
1 parent 0b347e6 commit 092f483
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions Braintree.xcworkspace/xcshareddata/swiftpm/Package.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 224cc2d6666b79d3d6adb45cccd6dfbc6fe74d18

COCOAPODS: 1.13.0
COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import BraintreePayPal
/// - requestBillingAgreement: Optional: If set to `true`, this enables the Checkout with Vault flow, where the customer will be prompted to consent to a billing agreement during checkout.
/// - billingAgreementDescription: Optional: Display a custom description to the user for a billing agreement. For Checkout with Vault flows, you must also
/// set `requestBillingAgreement` to `true` on your `BTPayPalNativeVaultRequest`.
/// - userAuthenticationEmail: Optional: Optional: User email to initiate a quicker authentication flow in cases where the user has a PayPal Account with the same email.
/// - userAuthenticationEmail: Optional: User email to initiate a quicker authentication flow in cases where the user has a PayPal Account with the same email.
public init(
amount: String,
intent: BTPayPalRequestIntent = .authorize,
Expand Down

0 comments on commit 092f483

Please sign in to comment.