skip to Main Content

PayPal API specifying currency SGD

I'm developing a payment system with PayPal API. Everything works except that the transaction is in USD and not SGD (like how I want it to be). PayPal Button from react-paypal-button-v2 <PayPalButton currency='SGD' amount={parcel.basePrice} onSuccess={successPaymentHandler} /> Script to add PayPal…

VIEW QUESTION
Back To Top
Search