File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,15 +205,15 @@ public function dataProviderSetPaymentMethodWithoutRequiredParameters(): array
205
205
{
206
206
return [
207
207
'missed_cart_id ' => [
208
- 'payment_method: {code: " ' . Checkmo::PAYMENT_METHOD_CHECKMO_CODE . '"} ' ,
208
+ 'payment_method: {code: " ' . Checkmo::PAYMENT_METHOD_CHECKMO_CODE . '"} ' ,
209
209
'Required parameter "cart_id" is missing. '
210
210
],
211
211
'missed_payment_method ' => [
212
212
'cart_id: "test" ' ,
213
213
'Required parameter "code" for "payment_method" is missing. '
214
214
],
215
215
'missed_payment_method_code ' => [
216
- 'cart_id: "test",payment_method: {code: ""} ' ,
216
+ 'cart_id: "test", payment_method: {code: ""} ' ,
217
217
'Required parameter "code" for "payment_method" is missing. '
218
218
],
219
219
];
Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ public function dataProviderSetPaymentMethodWithoutRequiredParameters(): array
159
159
{
160
160
return [
161
161
'missed_cart_id ' => [
162
- 'payment_method: {code: " ' . Checkmo::PAYMENT_METHOD_CHECKMO_CODE . '"} ' ,
162
+ 'payment_method: {code: " ' . Checkmo::PAYMENT_METHOD_CHECKMO_CODE . '"} ' ,
163
163
'Required parameter "cart_id" is missing. '
164
164
],
165
165
'missed_payment_method ' => [
166
166
'cart_id: "test" ' ,
167
167
'Required parameter "code" for "payment_method" is missing. '
168
168
],
169
169
'missed_payment_method_code ' => [
170
- 'cart_id: "test",payment_method: {code: ""} ' ,
170
+ 'cart_id: "test", payment_method: {code: ""} ' ,
171
171
'Required parameter "code" for "payment_method" is missing. '
172
172
],
173
173
];
You can’t perform that action at this time.
0 commit comments