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:39:51 +0000 (00:39 -0500)
FS/FS/cust_main/Billing_Realtime.pm

index a8db3e8..06e1a4f 100644 (file)
@@ -858,6 +858,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'},