Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
13
vendor/sebacarrasco93/laravel-payku/readme-changing-api-url.md
vendored
Normal file
13
vendor/sebacarrasco93/laravel-payku/readme-changing-api-url.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#### 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
|
||||
```
|
||||
Reference in New Issue
Block a user