summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-27 13:15:42 -0700
committerMark Wells <mark@freeside.biz>2016-04-27 13:16:12 -0700
commit250ecb161140a253c305cb7c2b55e4f821befbdc (patch)
treec212a1c99d416741c09da0049fd38ed937122607 /FS
parent19ba8ba34507ec889908271b7238bc58fce5dc80 (diff)
fix testing on 3.x
Diffstat (limited to 'FS')
-rwxr-xr-xFS/t/suite/00-new_customer.t14
1 files changed, 7 insertions, 7 deletions
diff --git a/FS/t/suite/00-new_customer.t b/FS/t/suite/00-new_customer.t
index 8e86459d1..efda0ad8c 100755
--- a/FS/t/suite/00-new_customer.t
+++ b/FS/t/suite/00-new_customer.t
@@ -36,13 +36,13 @@ my %params = (
billday => '1',
no_credit_limit => 1,
# payment method
- custpaybynum0_payby => 'CARD',
- custpaybynum0_payinfo => '4012888888881881',
- custpaybynum0_paydate_month => '12',
- custpaybynum0_paydate_year => '2020',
- custpaybynum0_paycvv => '123',
- custpaybynum0_payname => '',
- custpaybynum0_weight => 1,
+ payby => 'CARD',
+ payinfo => '4012888888881881',
+ exp_month => '12',
+ exp_year => '2020',
+ paycvv => '123',
+ payname => '',
+ weight => 1,
);
foreach (keys %params) {
$form->value($_, $params{$_});