Files
elcaribe/vendor/sebacarrasco93/laravel-payku/readme-changing-api-url.md

14 lines
311 B
Markdown

#### 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
```