bradtraversy / proshop_mern

Shopping cart built with MERN & Redux
1.99k stars 1.18k forks source link

Paypal script currency #212

Closed ecvii closed 1 year ago

ecvii commented 1 year ago

Greetings! Can't seem to set currency other than USD. When I do choose other currencies, Paypal payment window crashes.

ecvii commented 1 year ago

My bad. You have to also specify the currency in the PayPal button.

<PayPalButton
                      amount={order.totalPrice}
                      onSuccess={successPaymentHandler}
                      currency={'PHP'}
                    />