wgltony / react-native-braintree-dropin-ui

React Native integration of Braintree Drop-in for IOS & ANDROID (Apple Pay, Google Pay, Paypal, Venmo, Credit Card)
MIT License
78 stars 103 forks source link

Fix paypal configuration attribute typo #79

Closed ysudharsono closed 2 years ago

ysudharsono commented 2 years ago

A typo in this PR: https://github.com/wgltony/react-native-braintree-dropin-ui/pull/62

The correct config attribute is 'payPal' and not 'paypal'

This PR updates the correct usage in the README file