Hi,
I need to pass some specifically named variables to the Securetrading payment processing server from Catalog's payment form (order01.html).
For example, Securetrading requires the card holder email address to be named "email" whereas Actinic seems to be hardcoded to pass that field as "INVOICEPOSTALCODE".
I need to do this to enable the bank to verify the card holder's address.
The site that I develop (www.victoriaplumb.com) has experienced credit card fraud recently.
Does anyone know how to change the form's field names?
I know that these are coded to Act_Order01.html and OrderScript.pl but when I try to alter the fields in here I get validation errors.
Is there another way of doing it?
I need to pass some specifically named variables to the Securetrading payment processing server from Catalog's payment form (order01.html).
For example, Securetrading requires the card holder email address to be named "email" whereas Actinic seems to be hardcoded to pass that field as "INVOICEPOSTALCODE".
I need to do this to enable the bank to verify the card holder's address.
The site that I develop (www.victoriaplumb.com) has experienced credit card fraud recently.
Does anyone know how to change the form's field names?
I know that these are coded to Act_Order01.html and OrderScript.pl but when I try to alter the fields in here I get validation errors.
Is there another way of doing it?
Comment