Subiendo proyecto completo sin restricciones de git ignore

This commit is contained in:
Jose Sanchez
2023-08-17 11:44:02 -04:00
parent a0d4f5ba3b
commit 20f1c60600
19921 changed files with 2509159 additions and 45 deletions

View File

@@ -0,0 +1,47 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| API data
|--------------------------------------------------------------------------
|
| Copy the keys and place their values in your .env file
| You can get it from https://app.payku.cl/usuarios/tokenintegracion
|
*/
'base_url' => env('PAYKU_BASE_URL'),
'public_token' => env('PAYKU_PUBLIC_TOKEN'),
'private_token' => env('PAYKU_PRIVATE_TOKEN'),
/*
|--------------------------------------------------------------------------
| Routes
|--------------------------------------------------------------------------
|
| You can change the "prefix" from the URL route, by default is: "payku"
| So, the full "url" will be: https://yourdomain.com/payku
|
|
*/
'route_prefix' => 'payku',
/*
|--------------------------------------------------------------------------
| Finished Route name
|--------------------------------------------------------------------------
|
| You can set a custom name for showing the final result of transaction
|
|
*/
'route_finish_name' => env('PAYKU_ROUTE_FINISH_NAME', 'payku.result'),
];