[freeside-commits] branch master updated. e334c4383752a12527396a498b629537e92f05bd

Jonathan Prykop jonathan at 420.am
Tue Nov 3 22:21:29 PST 2015


The branch, master has been updated
       via  e334c4383752a12527396a498b629537e92f05bd (commit)
      from  97864ff38b4810bb3624178f9bf63e5beac8c652 (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 e334c4383752a12527396a498b629537e92f05bd
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Nov 4 00:21:03 2015 -0600

    RT#38314: Declined payment shows card as tokenized after first attempt [fixed if paymask is not passed]

diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index 7a20407..9112607 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -888,7 +888,7 @@ sub _realtime_bop_result {
        '_date'    => '',
        'payby'    => $cust_pay_pending->payby,
        'payinfo'  => $options{'payinfo'},
-       'paymask'  => $options{'paymask'},
+       'paymask'  => $options{'paymask'} || $cust_pay_pending->paymask,
        'paydate'  => $cust_pay_pending->paydate,
        'pkgnum'   => $cust_pay_pending->pkgnum,
        'discount_term'  => $options{'discount_term'},

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

Summary of changes:
 FS/FS/cust_main/Billing_Realtime.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list