Arcadiauk Posted July 23, 2004 Posted July 23, 2004 I have been looking at the paypal.php file and have noticed this.... if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD'))) { $my_currency = 'USD'; } I am in the UK and only accept GBP, should $my_currency = 'USD'; be changed to $my_currency = 'GBP';? Just wondering. Derek Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.