react-native-braintree-dropin-ui icon indicating copy to clipboard operation
react-native-braintree-dropin-ui copied to clipboard

Support for PayPal Checkout Request as well as the default Vaulted request

Open chris-gooley opened this issue 2 years ago • 2 comments

The IOS dropin documentation allows the customisation of the PayPal request to be either a vaulted request (default) or a single checkout request: https://braintree.github.io/braintree-ios-drop-in/current/Classes/BTDropInRequest.html#/c:objc(cs)BTDropInRequest(py)payPalRequest

The current implementation uses the default Vaulted request when setting up a payment via PayPal. It would be great to have support for switching to the single checkout request when required.

chris-gooley avatar May 04 '22 01:05 chris-gooley