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