View Single Post
  #7  
Old 11-08-2017, 07:10 AM
 
Shri@2c2p Shri@2c2p is offline
 

Newbie
  
Join Date: Oct 2017
Posts: 4
 

Default Re: Payment Callback is not working.

When I Comment this line into below code snippet then it is working fine.
Quote:
protected function doActionCallback()
{
$this->setSuppressOutput(true);
$this->set('silent', true);

//Below line is comment's into this file under this file => \XLite\Module\CDev\XPaymentsConnector\Controller\C ustomer\Callback

/* \XLite\Module\CDev\XPaymentsConnector\Core\XPaymen tsClient::getInstance()->forceCloseConnection(); */
}

Please let me know is there any solution for this issue.
__________________
X-cart-5
Reply With Quote