Community Add-Ons
| Maintainers: | Harald Ponce de Leon |
Paynova
for osCommerce Online Merchant v2.2
Paynova payment module iframe implementation.
Paynova AB offers secure payment services on the Internet in addition to providing an electronic wallet that can handle multi-currency payments, down to 10 cents. It is as easy to sign up for and use the Wallet as it is for Merchants to install.
Further information and screenshots available in the download package.
In this module is an error.
After payment is done the module opens the wrong page and an order is not processed in the shop.
It opens checkout_succes.php and should open checkout_process.php.
Change in payment.php the next line
$strPostData .= "&merchant_redirect_url_ok=" . tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL');
into
$strPostData .= "&merchant_redirect_url_ok=" . tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
That should fix it.
