@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | } |
| 171 | 171 | ] |
| 172 | 172 | } |
| 173 | -EOT; |
|
| 173 | +eot; |
|
| 174 | 174 | |
| 175 | 175 | $this->client->request('POST', '/api/v1/product-options/', [], [], static::$authorizedHeaderWithContentType, $data); |
| 176 | 176 | |
@@ -249,7 +249,7 @@ discard block |
||
| 249 | 249 | } |
| 250 | 250 | ] |
| 251 | 251 | } |
| 252 | -EOT; |
|
| 252 | +eot; |
|
| 253 | 253 | |
| 254 | 254 | $this->client->request('PUT', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data); |
| 255 | 255 | |
@@ -319,7 +319,7 @@ discard block |
||
| 319 | 319 | } |
| 320 | 320 | ] |
| 321 | 321 | } |
| 322 | -EOT; |
|
| 322 | +eot; |
|
| 323 | 323 | |
| 324 | 324 | $this->client->request('PATCH', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data); |
| 325 | 325 | |