[freeside-commits] branch FREESIDE_4_BRANCH updated. 5550f3da1af3c22651354b74dbc9f84ca6001497
Jonathan Prykop
jonathan at 420.am
Fri Oct 9 22:38:09 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 5550f3da1af3c22651354b74dbc9f84ca6001497 (commit)
from 39c94b6c0fc2135ef34ec98fe657eaa1d3c2a91f (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 5550f3da1af3c22651354b74dbc9f84ca6001497
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 27d2154..390c940 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -889,6 +889,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