Wrong Currency

  • Tim
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 1 month ago #47239 by Tim
Wrong Currency was created by Tim
Hello

My users are being charged in USD rather than AUD. They are not happy.
I have configured Membership Pro for Australian Currency. I am using the PaypalPro plug-in (which does not specifiy a currency) and the dafault Paypal curency for my account is AUD.

Please help!

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
11 years 1 month ago #47240 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Wrong Currency
Hi Tim

The Paypal pro payment plugin has currency hardcoded in the code. Please open the file components/com_osmembership/plugins/os_paypal_pro.php, find the code below :
Code:
$this->setParam('CURRENCYCODE', 'USD');

Change it to :
Code:
$this->setParam('CURRENCYCODE', 'AUD');

After that, it will work well

Tuan

Please Log in or Create an account to join the conversation.