@@ -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 | |