Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Converge Payment Gateway Plugin Error

Converge Payment Gateway Plugin Error 7 years 3 months ago #26577

  • paul_mcdonald
  • paul_mcdonald's Avatar Topic Author
  • Offline
  • Senior Boarder
  • 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.

Converge Payment Gateway Plugin Error 7 years 3 months ago #26580

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Paul, you are correct in that change. We will address that and update the package. Thanks for pointing it out.

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.122 seconds