|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td><img src="https://assets.apilayer.com/apis/currency_data.png" width="50px"/></td>
|
12 |
| - <td><a href="https://apilayer.com/marketplace/currency_data-api">Currency Data</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td> |
| 12 | + <td><a href="https://currencylayer.com">Currency Data</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td> |
13 | 13 | </tr>
|
14 | 14 | <tr>
|
15 | 15 | <td><img src="https://assets.apilayer.com/apis/exchangerates_data.png" width="50px"/></td>
|
16 |
| - <td><a href="https://apilayer.com/marketplace/exchangerates_data-api">Exchange Rates Data</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td> |
| 16 | + <td><a href="https://exchangeratesapi.io">Exchange Rates Data</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td> |
17 | 17 | </tr>
|
18 | 18 | <tr>
|
19 | 19 | <td><img src="https://global-uploads.webflow.com/5ebbd0a566a3996636e55959/5ec2ba29feeeb05d69160e7b_webclip.png" width="50px"/></td>
|
@@ -110,16 +110,16 @@ Copy the [configuration](config/swap.php) to `/config/swap.php` if you wish to o
|
110 | 110 |
|
111 | 111 | ## Configuration
|
112 | 112 |
|
113 |
| -By default Swap uses the [Fixer](https://fixer.io/) service, and will fallback to [Currency Data](https://apilayer.com/marketplace/currency_data-api) in case of failure. |
| 113 | +By default Swap uses the [Fixer](https://fixer.io/) service, and will fallback to [Currency Data](https://currencylayer.com) in case of failure. |
114 | 114 |
|
115 | 115 | If you wish to use different services, you can modify the `services` configuration:
|
116 | 116 |
|
117 | 117 | ```php
|
118 | 118 | // app/config/swap.php
|
119 | 119 | 'services' => [
|
120 | 120 | 'apilayer_fixer' => ['api_key' => 'Get your key here: https://fixer.io/'],
|
121 |
| - 'apilayer_currency_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api'], |
122 |
| - 'apilayer_exchange_rates_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api'], |
| 121 | + 'apilayer_currency_data' => ['api_key' => 'Get your key here: https://currencylayer.com'], |
| 122 | + 'apilayer_exchange_rates_data' => ['api_key' => 'Get your key here: https://exchangeratesapi.io'], |
123 | 123 | 'abstract_api' => ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup'],
|
124 | 124 | ]
|
125 | 125 | ```
|
@@ -368,8 +368,8 @@ Here is the complete list of supported services and their possible configuration
|
368 | 368 | // app/config/swap.php
|
369 | 369 | 'services' => [
|
370 | 370 | 'apilayer_fixer' => ['api_key' => 'Get your key here: https://fixer.io/'],
|
371 |
| - 'apilayer_currency_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api'], |
372 |
| - 'apilayer_exchange_rates_data' => ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api'], |
| 371 | + 'apilayer_currency_data' => ['api_key' => 'Get your key here: https://currencylayer.com'], |
| 372 | + 'apilayer_exchange_rates_data' => ['api_key' => 'Get your key here: https://exchangeratesapi.io'], |
373 | 373 | 'abstract_api' => ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup'],
|
374 | 374 | 'fixer' => ['access_key' => 'YOUR_KEY'],
|
375 | 375 | 'currency_layer' => ['access_key' => 'secret', 'enterprise' => false],
|
|
0 commit comments