diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-06 00:35:18 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-09 23:57:33 -0500 |
commit | c0556fd6e20de3b3867d9c627b5928f0b7a0540c (patch) | |
tree | d820a6602dfae24e86b1406fc13f35aec277f146 /FS | |
parent | a5a3bd7c762a49add6bcb2cd10c44d9c26a8df88 (diff) |
RT#38314: Declined payment shows card as tokenized after first attempt
Diffstat (limited to 'FS')
-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 af291566f..a8db3e86c 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -592,6 +592,7 @@ sub realtime_bop { '_date' => '', 'payby' => $bop_method2payby{$options{method}}, 'payinfo' => $options{payinfo}, + 'paymask' => $options{paymask}, 'paydate' => $paydate, 'recurring_billing' => $content{recurring_billing}, 'pkgnum' => $options{'pkgnum'}, |