The rep asked me what kind of program I'm running. He asked, is it XML, Java, C+, etc. I got the Paymentech module thinking the info would be there, but I didn't install it since I don't yet have the official account.
I was surprised that telling him it's ZenCart wasn't enough since I figured they have many clients using it. I asked him to double-check with someone.
In the module code, from the actual /includes/modules/payment/paymentech.php, I found the following:
PHP Code:
// Generate the XML file to be sent to Paymentech
if ( ( MODULE_PAYMENT_PAYMENTECH_TESTMODE == 'Test' ) && ( MODULE_PAYMENT_PAYMENTECH_MERCHANT_ID_TEST ....
and
PHP Code:
$post_string = "
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
...
and a few other references to XML.
So I should tell him ZenCart runs on php and Java, and that the gateway is via XML?
Thanks,
R