cantspel
7th September 2005, 10:49
Hi,
I've recently had a problem with the UK based payment gateway ProTX.
Essentially they fixed a bug in their and our clients ones broke.
The error given was:
Transaction did not complete. Failed at waypoint -44
We eventually resolved this problem by adding in the following code to an intergration kit:
$data['AddressResult'] = $_POST['AddressResult'];
$data['PostCodeResult'] = $_POST['PostCodeResult'];
$data['CV2Result'] = $_POST['CV2Result'];
$data['GiftAid'] = $_POST['GiftAid'];
$data['3DSecureStatus'] = $_POST['3DSecureStatus'];
$data['CAVV'] = $_POST['CAVV']; *
Has anyone else had a problem like this, as I'm trying to convince ProTX that the problem is in fact at their end.
PS. We were using PHP kit 1.1 (ProTX version 2.20) and the above updated the code PHP kit to 1.2 (ProTX version 2.22), although ProTX claim all old version should still be supported.
PPS. ProTX are down very frequently and their support staff often take days to do anythings - we are not using them for any new clients, be warned!
I've recently had a problem with the UK based payment gateway ProTX.
Essentially they fixed a bug in their and our clients ones broke.
The error given was:
Transaction did not complete. Failed at waypoint -44
We eventually resolved this problem by adding in the following code to an intergration kit:
$data['AddressResult'] = $_POST['AddressResult'];
$data['PostCodeResult'] = $_POST['PostCodeResult'];
$data['CV2Result'] = $_POST['CV2Result'];
$data['GiftAid'] = $_POST['GiftAid'];
$data['3DSecureStatus'] = $_POST['3DSecureStatus'];
$data['CAVV'] = $_POST['CAVV']; *
Has anyone else had a problem like this, as I'm trying to convince ProTX that the problem is in fact at their end.
PS. We were using PHP kit 1.1 (ProTX version 2.20) and the above updated the code PHP kit to 1.2 (ProTX version 2.22), although ProTX claim all old version should still be supported.
PPS. ProTX are down very frequently and their support staff often take days to do anythings - we are not using them for any new clients, be warned!