[freeside-commits] branch master updated. 7032a1f192d519c9531c1fb20f766da6e38f74f1

Jonathan Prykop jonathan at 420.am
Fri Oct 9 22:35:56 PDT 2015


The branch, master has been updated
       via  7032a1f192d519c9531c1fb20f766da6e38f74f1 (commit)
      from  eb0db72e7ee45f9495975f194049cf89717cd801 (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 7032a1f192d519c9531c1fb20f766da6e38f74f1
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Sat Oct 10 00:35:42 2015 -0500

    RT#38314: Declined payment shows card as tokenized after first attempt [same fix for approved payments]

diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index 434815c..c2ce680 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -888,6 +888,7 @@ sub _realtime_bop_result {
        '_date'    => '',
        'payby'    => $cust_pay_pending->payby,
        'payinfo'  => $options{'payinfo'},
+       'paymask'  => $options{'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 |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list