From 7769da6772b3e43c2f8b56b6bf851ab26749e9f1 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Thu, 16 Feb 2017 22:52:21 -0500 Subject: [PATCH] Add customer-reference po field for Level II / Level III support --- includes/modules/payment/firstdata_hco.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/modules/payment/firstdata_hco.php b/includes/modules/payment/firstdata_hco.php index a5baf29..adee3d6 100644 --- a/includes/modules/payment/firstdata_hco.php +++ b/includes/modules/payment/firstdata_hco.php @@ -21,7 +21,7 @@ class firstdata_hco extends base { /** * $moduleVersion is the plugin version number */ - var $moduleVersion = '1.00'; + var $moduleVersion = '1.01'; /** * $title is the displayed name for this payment method @@ -223,7 +223,9 @@ function process_button() { 'x_customer_ip' => zen_get_ip_address(), 'x_description' => 'Website Purchase from ' . str_replace('"',"'", STORE_NAME), 'x_invoice_num' => $next_order_id, + 'x_po_num' => $next_order_id, // customer reference number; in this case we pass the proposed order ID value. // 'x_method' => 'CC', // if not passed, then the payment types can be configured in the PaymentPage including enabling PayPal and other features. +// 'x_ga_tracking_id' => '', // Enter Google Analytics Tracking ID if you want this payment page included in your funnel ); // lookup shipping and discount amounts