diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-25 15:03:02 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-25 15:03:02 -0800 |
commit | 163d6b01bcfcd1fc78724248ebe6b451ae402d45 (patch) | |
tree | 5f67c0204ec6446a638757c43680a2ad5d9d475f /httemplate/misc/process/payment.cgi | |
parent | 3cdd4af468c2c93e1fe4ab6a0ac95537aca5068e (diff) |
update batch payment for multiple payment methods, etc., #17878 and #23741
Diffstat (limited to 'httemplate/misc/process/payment.cgi')
-rw-r--r-- | httemplate/misc/process/payment.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index 5cd5d31b5..0b0dffd26 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -190,6 +190,7 @@ if ( $cgi->param('save') ) { 'payinfo' => $payinfo, 'paymask' => $paymask, 'payname' => $payname, + 'paytype => $paytype, %saveopt ); |