how to change currency in react paypal button v2

Solutions on MaxInterview for how to change currency in react paypal button v2 by the best coders in the world

showing results for - "how to change currency in react paypal button v2"
Wissem
21 Jul 2017
1      <PayPalButton
2           amount={total}
3           currency={currency}
4           options={{
5             currency: currency.toUpperCase(),
6             clientId: PAYPAL_CLIENT_ID,
7           }}
8...
9