RT#38314: Declined payment shows card as tokenized after first attempt [fixed if...
authorJonathan Prykop <jonathan@freeside.biz>
Wed, 4 Nov 2015 06:21:03 +0000 (00:21 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Wed, 4 Nov 2015 06:21:03 +0000 (00:21 -0600)
FS/FS/cust_main/Billing_Realtime.pm

index 7a20407..9112607 100644 (file)
@@ -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'},