Paypal SDK conversion from USD to EUR doesn't work?
I changed both places in the code: script.src = ` https://www.paypal.com/sdk/js?client-id=$ {clientId}¤cy=EUR`; and currency_code: 'EUR', However, I get the following error : https://pastebin.com/6eNUSdX9 Most important excerpt: Error: Unexpected currency: EUR passed to order.create. Please ensure you are passing /sdk/js?currency=EUR in the paypal script tag. The error occurs when I change USD to EUR. Here is…