Skip to content

Commit 38c5a03

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-32078: Validation for Terms and Conditions should be the same for OnePage Checkout and Multishipping Flow
- CR fixes
1 parent bc8cd5f commit 38c5a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Repository/CustomerInjectable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function __construct(array $defaultConfig = [], array $defaultData = [])
124124
'email' => 'JohnDoe_%isolation%@example.com',
125125
'password' => '123123q',
126126
'password_confirmation' => '123123q',
127-
'address' => ['presets' => 'US_address, US_address'],
127+
'address' => ['presets' => 'US_address_NY, US_address'],
128128
];
129129
}
130130
}

0 commit comments

Comments
 (0)