@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | { |
62 | 62 | "differentBillingAddress": false |
63 | 63 | } |
64 | -EOT; |
|
64 | +eot; |
|
65 | 65 | |
66 | 66 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $data); |
67 | 67 | |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | }, |
95 | 95 | "differentBillingAddress": false |
96 | 96 | } |
97 | -EOT; |
|
97 | +eot; |
|
98 | 98 | |
99 | 99 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $data); |
100 | 100 | |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | }, |
129 | 129 | "differentBillingAddress": true |
130 | 130 | } |
131 | -EOT; |
|
131 | +eot; |
|
132 | 132 | |
133 | 133 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $data); |
134 | 134 | |
@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | }, |
170 | 170 | "differentBillingAddress": true |
171 | 171 | } |
172 | -EOT; |
|
172 | +eot; |
|
173 | 173 | |
174 | 174 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $data); |
175 | 175 | |
@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | }, |
208 | 208 | "differentBillingAddress": false |
209 | 209 | } |
210 | -EOT; |
|
210 | +eot; |
|
211 | 211 | |
212 | 212 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $data); |
213 | 213 | |
@@ -224,7 +224,7 @@ discard block |
||
224 | 224 | }, |
225 | 225 | "differentBillingAddress": false |
226 | 226 | } |
227 | -EOT; |
|
227 | +eot; |
|
228 | 228 | |
229 | 229 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $newData); |
230 | 230 | |
@@ -257,7 +257,7 @@ discard block |
||
257 | 257 | }, |
258 | 258 | "differentBillingAddress": false |
259 | 259 | } |
260 | -EOT; |
|
260 | +eot; |
|
261 | 261 | |
262 | 262 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $addressData); |
263 | 263 | |
@@ -276,7 +276,7 @@ discard block |
||
276 | 276 | }, |
277 | 277 | "differentBillingAddress": false |
278 | 278 | } |
279 | -EOT; |
|
279 | +eot; |
|
280 | 280 | |
281 | 281 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $newAddressData); |
282 | 282 | |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | }, |
310 | 310 | "differentBillingAddress": false |
311 | 311 | } |
312 | -EOT; |
|
312 | +eot; |
|
313 | 313 | |
314 | 314 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $addressData); |
315 | 315 | |
@@ -329,7 +329,7 @@ discard block |
||
329 | 329 | }, |
330 | 330 | "differentBillingAddress": false |
331 | 331 | } |
332 | -EOT; |
|
332 | +eot; |
|
333 | 333 | |
334 | 334 | $this->client->request('PUT', $this->getAddressingUrl($cartId), [], [], static::$authorizedHeaderWithContentType, $newAddressData); |
335 | 335 |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | "name": "Clothing", |
63 | 63 | "description": "All items classified as clothing." |
64 | 64 | } |
65 | -EOT; |
|
65 | +eot; |
|
66 | 66 | |
67 | 67 | $this->client->request('POST', '/api/v1/tax-categories/', [], [], [ |
68 | 68 | 'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ', |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | "name": "Clothing & Accessories", |
254 | 254 | "description": "All items classified as clothing with accessories." |
255 | 255 | } |
256 | -EOT; |
|
256 | +eot; |
|
257 | 257 | |
258 | 258 | $this->client->request('PUT', $this->getTaxCategoryUrl($taxCategory), [], [], [ |
259 | 259 | 'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ', |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | { |
295 | 295 | "name": "Clothing & Accessories" |
296 | 296 | } |
297 | -EOT; |
|
297 | +eot; |
|
298 | 298 | |
299 | 299 | $this->client->request('PATCH', $this->getTaxCategoryUrl($taxCategory), [], [], [ |
300 | 300 | 'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ', |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | { |
73 | 73 | "code": "BE" |
74 | 74 | } |
75 | -EOT; |
|
75 | +eot; |
|
76 | 76 | |
77 | 77 | $this->client->request('POST', '/api/v1/countries/', [], [], static::$authorizedHeaderWithContentType, $data); |
78 | 78 | |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | ] |
100 | 100 | } |
101 | -EOT; |
|
101 | +eot; |
|
102 | 102 | |
103 | 103 | $this->client->request('POST', '/api/v1/countries/', [], [], static::$authorizedHeaderWithContentType, $data); |
104 | 104 |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | "sourceCurrency": "EUR", |
76 | 76 | "targetCurrency": "GBP" |
77 | 77 | } |
78 | -EOT; |
|
78 | +eot; |
|
79 | 79 | |
80 | 80 | $this->client->request('POST', '/api/v1/exchange-rates/', [], [], static::$authorizedHeaderWithContentType, $data); |
81 | 81 | |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | "sourceCurrency": "EUR", |
99 | 99 | "targetCurrency": "GBP" |
100 | 100 | } |
101 | -EOT; |
|
101 | +eot; |
|
102 | 102 | |
103 | 103 | $this->client->request('POST', '/api/v1/exchange-rates/', [], [], static::$authorizedHeaderWithContentType, $data); |
104 | 104 | |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | { |
230 | 230 | "ratio": 0.84 |
231 | 231 | } |
232 | -EOT; |
|
232 | +eot; |
|
233 | 233 | |
234 | 234 | $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
235 | 235 | |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | "sourceCurrency": "GBP", |
262 | 262 | "targetCurrency": "EUR" |
263 | 263 | } |
264 | -EOT; |
|
264 | +eot; |
|
265 | 265 | |
266 | 266 | $this->client->request('PATCH', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
267 | 267 | |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | { |
291 | 291 | "ratio": "its-a-trap" |
292 | 292 | } |
293 | -EOT; |
|
293 | +eot; |
|
294 | 294 | |
295 | 295 | $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
296 | 296 |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | { |
159 | 159 | "code": "MONSTER_MUG" |
160 | 160 | } |
161 | -EOT; |
|
161 | +eot; |
|
162 | 162 | |
163 | 163 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
164 | 164 | $response = $this->client->getResponse(); |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | } |
209 | 209 | } |
210 | 210 | } |
211 | -EOT; |
|
211 | +eot; |
|
212 | 212 | |
213 | 213 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
214 | 214 | $response = $this->client->getResponse(); |
@@ -242,7 +242,7 @@ discard block |
||
242 | 242 | } |
243 | 243 | } |
244 | 244 | } |
245 | -EOT; |
|
245 | +eot; |
|
246 | 246 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
247 | 247 | $response = $this->client->getResponse(); |
248 | 248 | |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | "tracked": true, |
268 | 268 | "onHand": 5 |
269 | 269 | } |
270 | -EOT; |
|
270 | +eot; |
|
271 | 271 | |
272 | 272 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
273 | 273 | $response = $this->client->getResponse(); |
@@ -293,7 +293,7 @@ discard block |
||
293 | 293 | "code": "MONSTER_MUG", |
294 | 294 | "taxCategory": "TC1" |
295 | 295 | } |
296 | -EOT; |
|
296 | +eot; |
|
297 | 297 | |
298 | 298 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
299 | 299 | $response = $this->client->getResponse(); |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | "code": "MONSTER_MUG", |
320 | 320 | "shippingCategory": "SC1" |
321 | 321 | } |
322 | -EOT; |
|
322 | +eot; |
|
323 | 323 | |
324 | 324 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
325 | 325 | $response = $this->client->getResponse(); |
@@ -347,7 +347,7 @@ discard block |
||
347 | 347 | "MUG_TYPE": "MUG_TYPE_MEDIUM" |
348 | 348 | } |
349 | 349 | } |
350 | -EOT; |
|
350 | +eot; |
|
351 | 351 | |
352 | 352 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
353 | 353 | $response = $this->client->getResponse(); |
@@ -422,7 +422,7 @@ discard block |
||
422 | 422 | "code": "NEW_MUG_CODE", |
423 | 423 | "version": $version |
424 | 424 | } |
425 | -EOT; |
|
425 | +eot; |
|
426 | 426 | $this->client->request('PUT', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
427 | 427 | $response = $this->client->getResponse(); |
428 | 428 | |
@@ -455,7 +455,7 @@ discard block |
||
455 | 455 | } |
456 | 456 | } |
457 | 457 | } |
458 | -EOT; |
|
458 | +eot; |
|
459 | 459 | |
460 | 460 | $this->client->request('PATCH', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
461 | 461 | $response = $this->client->getResponse(); |
@@ -483,7 +483,7 @@ discard block |
||
483 | 483 | { |
484 | 484 | "tracked": false |
485 | 485 | } |
486 | -EOT; |
|
486 | +eot; |
|
487 | 487 | $this->client->request('PATCH', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
488 | 488 | $response = $this->client->getResponse(); |
489 | 489 |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | { |
113 | 113 | "code": "1234" |
114 | 114 | } |
115 | -EOT; |
|
115 | +eot; |
|
116 | 116 | |
117 | 117 | $this->client->request('POST', $this->getPromotionCouponsUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data); |
118 | 118 | |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | "usageLimit": 10, |
138 | 138 | "perCustomerUsageLimit": 1 |
139 | 139 | } |
140 | -EOT; |
|
140 | +eot; |
|
141 | 141 | |
142 | 142 | $this->client->request('POST', $this->getPromotionCouponsUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data); |
143 | 143 | |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | "usageLimit": 30, |
239 | 239 | "perCustomerUsageLimit": 2 |
240 | 240 | } |
241 | -EOT; |
|
241 | +eot; |
|
242 | 242 | |
243 | 243 | $this->client->request('PUT', $this->getPromotionCouponUrl($promotion, $promotionCoupon), [], [], static::$authorizedHeaderWithContentType, $data); |
244 | 244 | |
@@ -296,7 +296,7 @@ discard block |
||
296 | 296 | { |
297 | 297 | "usageLimit": 30 |
298 | 298 | } |
299 | -EOT; |
|
299 | +eot; |
|
300 | 300 | |
301 | 301 | $this->client->request('PATCH', $this->getPromotionCouponUrl($promotion, $promotionCoupon), [], [], static::$authorizedHeaderWithContentType, $data); |
302 | 302 |
@@ -46,7 +46,7 @@ |
||
46 | 46 | ->setHelp(<<<EOT |
47 | 47 | The <info>%command.name%</info>command creates a new client. |
48 | 48 | <info>php %command.full_name% [--redirect-uri=...] [--grant-type=...] name</info> |
49 | -EOT |
|
49 | +eot |
|
50 | 50 | ); |
51 | 51 | } |
52 | 52 |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | "plainPassword": "youShallNotPass", |
77 | 77 | "localeCode": "en_US" |
78 | 78 | } |
79 | -EOT; |
|
79 | +eot; |
|
80 | 80 | |
81 | 81 | $this->client->request('POST', '/api/v1/users/', [], [], static::$authorizedHeaderWithContentType, $data); |
82 | 82 | |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | "localeCode": "en_US", |
104 | 104 | "enabled": "true" |
105 | 105 | } |
106 | -EOT; |
|
106 | +eot; |
|
107 | 107 | |
108 | 108 | $this->client->request('POST', '/api/v1/users/', [], [], static::$authorizedHeaderWithContentType, $data); |
109 | 109 | |
@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | "localeCode": "fr_FR", |
234 | 234 | "enabled": "true" |
235 | 235 | } |
236 | -EOT; |
|
236 | +eot; |
|
237 | 237 | |
238 | 238 | $this->client->request('PUT', $this->getAdminUserUrl($users['admin1']), [], [], static::$authorizedHeaderWithContentType, $data); |
239 | 239 | |
@@ -273,7 +273,7 @@ discard block |
||
273 | 273 | "firstName": "John", |
274 | 274 | "lastName": "Doe" |
275 | 275 | } |
276 | -EOT; |
|
276 | +eot; |
|
277 | 277 | |
278 | 278 | $this->client->request('PATCH', $this->getAdminUserUrl($users['admin1']), [], [], static::$authorizedHeaderWithContentType, $data); |
279 | 279 |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | "code": "christmas-promotion", |
231 | 231 | "name": "Christmas Promotion" |
232 | 232 | } |
233 | -EOT; |
|
233 | +eot; |
|
234 | 234 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
235 | 235 | |
236 | 236 | $response = $this->client->getResponse(); |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | "MOB" |
256 | 256 | ] |
257 | 257 | } |
258 | -EOT; |
|
258 | +eot; |
|
259 | 259 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
260 | 260 | |
261 | 261 | $response = $this->client->getResponse(); |
@@ -283,7 +283,7 @@ discard block |
||
283 | 283 | "time": "11:00" |
284 | 284 | } |
285 | 285 | } |
286 | -EOT; |
|
286 | +eot; |
|
287 | 287 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
288 | 288 | |
289 | 289 | $response = $this->client->getResponse(); |
@@ -323,7 +323,7 @@ discard block |
||
323 | 323 | } |
324 | 324 | ] |
325 | 325 | } |
326 | -EOT; |
|
326 | +eot; |
|
327 | 327 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
328 | 328 | |
329 | 329 | $response = $this->client->getResponse(); |
@@ -387,7 +387,7 @@ discard block |
||
387 | 387 | } |
388 | 388 | ] |
389 | 389 | } |
390 | -EOT; |
|
390 | +eot; |
|
391 | 391 | |
392 | 392 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
393 | 393 | |
@@ -409,7 +409,7 @@ discard block |
||
409 | 409 | "name": "Christmas Promotion", |
410 | 410 | "couponBased": true |
411 | 411 | } |
412 | -EOT; |
|
412 | +eot; |
|
413 | 413 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
414 | 414 | |
415 | 415 | $response = $this->client->getResponse(); |
@@ -431,7 +431,7 @@ discard block |
||
431 | 431 | "exclusive": true, |
432 | 432 | "priority": 0 |
433 | 433 | } |
434 | -EOT; |
|
434 | +eot; |
|
435 | 435 | $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data); |
436 | 436 | |
437 | 437 | $response = $this->client->getResponse(); |
@@ -453,7 +453,7 @@ discard block |
||
453 | 453 | "name": "Monday promotion", |
454 | 454 | "priority": 0 |
455 | 455 | } |
456 | -EOT; |
|
456 | +eot; |
|
457 | 457 | $this->client->request('PUT', $this->getPromotionUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data); |
458 | 458 | $response = $this->client->getResponse(); |
459 | 459 | |
@@ -479,7 +479,7 @@ discard block |
||
479 | 479 | { |
480 | 480 | "exclusive": true |
481 | 481 | } |
482 | -EOT; |
|
482 | +eot; |
|
483 | 483 | $this->client->request('PATCH', $this->getPromotionUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data); |
484 | 484 | $response = $this->client->getResponse(); |
485 | 485 | $this->assertResponseCode($response, Response::HTTP_NO_CONTENT); |