diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-10 00:35:42 -0500 | 
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-10 00:35:42 -0500 | 
| commit | 7032a1f192d519c9531c1fb20f766da6e38f74f1 (patch) | |
| tree | b65ee20c506475c66c9cd4219fd8a9fe63e3e13c | |
| parent | eb0db72e7ee45f9495975f194049cf89717cd801 (diff) | |
RT#38314: Declined payment shows card as tokenized after first attempt [same fix for approved payments]
| -rw-r--r-- | FS/FS/cust_main/Billing_Realtime.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index 434815c16..c2ce680a1 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'}, | 
