[freeside-commits] branch master updated. e74ab331f1d713d9baf4daa12834fe7d9028520d

Jonathan Prykop jonathan at 420.am
Fri Jan 15 11:31:42 PST 2016


The branch, master has been updated
       via  e74ab331f1d713d9baf4daa12834fe7d9028520d (commit)
      from  768ab093771b3305a67c9d929b461ef777ecdad8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e74ab331f1d713d9baf4daa12834fe7d9028520d
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Fri Jan 15 13:31:24 2016 -0600

    RT#38363: use cust_payby when saving cards during payments [ng_selfservice]

diff --git a/ng_selfservice/payment_ach.php b/ng_selfservice/payment_ach.php
index e58664f..ecbd9c7 100644
--- a/ng_selfservice/payment_ach.php
+++ b/ng_selfservice/payment_ach.php
@@ -41,6 +41,7 @@ if ( $receipt_html ) { ?>
 
   $payment_info = $freeside->payment_info( array(
     'session_id' => $_COOKIE['session_id'],
+    'payment_payby' => 'CHEK',
   ) );
 
   if ( isset($payment_info['error']) && $payment_info['error'] ) {
diff --git a/ng_selfservice/payment_cc.php b/ng_selfservice/payment_cc.php
index aa13c69..5c49dab 100644
--- a/ng_selfservice/payment_cc.php
+++ b/ng_selfservice/payment_cc.php
@@ -42,6 +42,7 @@ if ( $receipt_html ) { ?>
 
   $payment_info = $freeside->payment_info( array(
     'session_id' => $_COOKIE['session_id'],
+    'payment_payby' => 'CARD',
   ) );
 
   if ( isset($payment_info['error']) && $payment_info['error'] ) {

-----------------------------------------------------------------------

Summary of changes:
 ng_selfservice/payment_ach.php |    1 +
 ng_selfservice/payment_cc.php  |    1 +
 2 files changed, 2 insertions(+)




More information about the freeside-commits mailing list