Hi everyone.
I'm making a shopping cart and I found out that I have a small problem.
The currency that I want to use (BGN) is not supported by PayPal. I can use euro but the BGN is almost twice less than the euro.
What can I do?
This is my code:
$paypal['currency_code'] = "EUR"; //['USD,GBP,JPY,CAD,EUR']
$paypal['lc'] = "EU";
I don't know, can I do something like EUR/1.95 or something?
Oh, and I'm using Paypal's sandbox to test the cart.
Thanks!