DIR: /var/www/devs.lapieza.net/vendor/sebacarrasco93/laravel-payku/docs/ |
Current File : /var/www/devs.lapieza.net/vendor/sebacarrasco93/laravel-payku/docs/readme-changing-api-url.md |
#### Changing API URL If you want to use a specific URL by ignoring the "normal" functionality of Package, the only thing you need to to add is a `PAYKU_BASE_URL` key to your project's `.env` file ```bash PAYKU_BASE_URL=https://des.payku.cl/api ``` or... ```bash PAYKU_BASE_URL=https://app.payku.cl/api ``` |