Skip to content

Commit

Permalink
update incorrect docstrings (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais authored Aug 7, 2024
1 parent 6a375f2 commit 38297e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraintreeLocalPayment/BTLocalPaymentRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import BraintreeDataCollector
/// https://developer.paypal.com/braintree/docs/guides/local-payment-methods/client-side-custom/ios/v5#invoke-payment-flow
public var paymentTypeCountryCode: String?

/// Optional: The address of the customer. An error will occur if this address is not valid.
/// Optional: A non-default merchant account to use for tokenization.
public var merchantAccountID: String?

/// Optional: The address of the customer. An error will occur if this address is not valid.
Expand Down

0 comments on commit 38297e4

Please sign in to comment.