@@ -1,8 +1,8 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | - /* Config for PHP Native */ |
|
| 2 | + /* Config for PHP Native */ |
|
| 3 | 3 | |
| 4 | - $config = [ |
|
| 5 | - /* |
|
| 4 | + $config = [ |
|
| 5 | + /* |
|
| 6 | 6 | |-------------------------------------------------------------------------- |
| 7 | 7 | | End Point Api ( Server Configuration ) |
| 8 | 8 | |-------------------------------------------------------------------------- |
@@ -12,13 +12,13 @@ discard block |
||
| 12 | 12 | | Pro : http://pro.rajaongkir.com/api |
| 13 | 13 | | |
| 14 | 14 | */ |
| 15 | - 'account_type' => 'starter', |
|
| 16 | - /* |
|
| 15 | + 'account_type' => 'starter', |
|
| 16 | + /* |
|
| 17 | 17 | |-------------------------------------------------------------------------- |
| 18 | 18 | | API key |
| 19 | 19 | |-------------------------------------------------------------------------- |
| 20 | 20 | | You can get API key in www.rajaongkir.com |
| 21 | 21 | | |
| 22 | 22 | */ |
| 23 | - 'api_key' => 'your-api-key', |
|
| 24 | - ]; |
|
| 23 | + 'api_key' => 'your-api-key', |
|
| 24 | + ]; |
|