UNPKG

react-native-paypal

Version:

React Native library that implements PayPal Checkout flow using purely native code

11 lines (8 loc) 272 B
const braintree = require("braintree"); const config = { environment: braintree.Environment.Sandbox, // or braintree.Environment.Production merchantId: "useYourMerchantId", publicKey: "useYourPublicKey", privateKey: "useYourPrivateKey" } module.exports = config