connect with PayPal Button reactjs example
Example: how to change currency in react-paypal-button-v2
<PayPalButton
amount={total}
currency={currency}
options={{
currency: currency.toUpperCase(),
clientId: PAYPAL_CLIENT_ID,
}}
...