paul_mcdonald
Topic Author
Offline
Senior Boarder
Posts: 55
Karma: 1
Thank you received: 0
There is an error in the code for the Converge plugin. It always thinks the pay option is in TEST mode and not LIVE.
In the gateway.php file,I changed this:
$this->url = ($this->paymentmode=='test' || 1)?"https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do":"https://www.myvirtualmerchant.com/VirtualMerchant/process.do";
to:
if ($this->paymentmode =='test'){
$this->url="https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do";
} else {
$this->url="https://www.myvirtualmerchant.com/VirtualMerchant/process.do";
}
Please Log in or Create an account to join the conversation.
Board Categories
News & Announcements
- DTH Development Announcements
DT Register
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- General Discussion - Joomla 1.7 / 2.5
- General Discussion - Joomla 3.x
- Feature Wish List
- DT Register Plugins
DT SMS
- Pre-Sales Questions
- General Discussion - Joomla 3.x
- Feature Wish List
DT Donate
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- Feature Wish List
- General Discussion - Joomla 2.5
- General Discussion - Joomla 3.x
DT DocuSign
- Pre-Sales Questions
- General Discussion - Joomla 2.5 / 3.x
- Feature Wish List
DT Invoice
- Pre-Sales Questions
- General Discussion
- Feature Wish List
DT Community Builder Plugins
- DT Delete Me
Show & Tell
- DT Show & Tell
Time to create page: 0.159 seconds