HopekellDev /
laravel-payvessel
| 1 | <?php |
||
| 2 | |||
| 3 | return [ |
||
| 4 | 'api_key' => env('PAYVESSEL_API_KEY'), |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 5 | 'api_secret' => env('PAYVESSEL_API_SECRET'), |
||
| 6 | 'business_id' => env('BUSINESS_ID'), |
||
| 7 | 'base_url' => env('PAYVESSEL_API_URL', 'https://api.payvessel.com'), |
||
| 8 | ]; |
||
| 9 |