update batch payment for multiple payment methods, etc., #17878 and #23741
[freeside.git] / FS / FS / cust_main / Billing_Batch.pm
index 7612df3..d8e6f8a 100644 (file)
@@ -140,6 +140,7 @@ sub batch_card {
     'payinfo'  => $options{payinfo}  || $cust_payby->payinfo,
     'exp'      => $options{paydate}  || $cust_payby->paydate,
     'payname'  => $options{payname}  || $cust_payby->payname,
+    'paytype'  => $options{paytype}  || $cust_payby->paytype,
     'amount'   => $amount,                         # consolidating
   } );