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