Answers for "how to change currency in react-paypal-button-v2"

0

how to change currency in react-paypal-button-v2

<PayPalButton
           amount={total}
           currency={currency}
           options={{
             currency: currency.toUpperCase(),
             clientId: PAYPAL_CLIENT_ID,
           }}
...
Posted by: Guest on December-09-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language