Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Add customer-reference po field for Level II / Level III support
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Feb 17, 2017
1 parent d714f7c commit 7769da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/modules/payment/firstdata_hco.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7769da6

Please sign in to comment.