- Posts: 26
- Thank you received: 1
Wrong Currency
- Tim
- Topic Author
- Offline
- Junior Member
-
Less
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!
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
-
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 :
Change it to :
After that, it will work well
Tuan
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.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.