eway payment module
This is a discussion on eway payment module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Open file eway_payment.php
Look for line (approx line number: 60)
header("Location:$Success_Page?osCsid=$response_tr xn_Option1&order_id=$response_trxn_number");
change it to
header("Location:$Success_Page?osCsid=$response_tr xn_Option1&order_id=$response_trxn_number&authcode =$response_trxn_AuthCode&status=$response_trxn_sta tus");
This ...
Bookmarks