
Originally Posted by
DrByte
More importantly, you should not need to edit anything outside of the payment module itself.
Yes, I am not editing those files
Whats happening is that I am getting redirected to the checkout payment page(Step 2 of 3 - Payment Information) and shopping cart is not getting empty
I am getting ReturnCode=0 from the payment page
Code:
if ($this->authorize['ReturnCode']=='0') {
$this->transaction_id = $this->authorize['TransactionID'];
zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL', true, false));
return;
}
Can you please help?
Bookmarks