RT#38314: Declined payment shows card as tokenized after first attempt [same fix...
authorJonathan Prykop <jonathan@freeside.biz>
Sat, 10 Oct 2015 05:35:42 +0000 (00:35 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Sat, 10 Oct 2015 05:35:42 +0000 (00:35 -0500)
FS/FS/cust_main/Billing_Realtime.pm

index 434815c..c2ce680 100644 (file)
@@ -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'},