@@ -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 | |
@@ -258,7 +258,7 @@ discard block |
||
| 258 | 258 | { |
| 259 | 259 | "ratio": "its-a-trap" |
| 260 | 260 | } |
| 261 | -EOT; |
|
| 261 | +eot; |
|
| 262 | 262 | |
| 263 | 263 | $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
| 264 | 264 | |