RT#38314: Declined payment shows card as tokenized after first attempt
[freeside.git] / FS / FS / cust_main / Billing_Realtime.pm
index af29156..a8db3e8 100644 (file)
@@ -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'},