cara mengubah mata uang dalam react-paypal tombol-v2

      <PayPalButton
           amount={total}
           currency={currency}
           options={{
             currency: currency.toUpperCase(),
             clientId: PAYPAL_CLIENT_ID,
           }}
...
VeNOM