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

index 27d2154..390c940 100644 (file)
@@ -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'},