One Hat Cyber Team
Your IP :
52.15.115.199
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
praval
/
public_html
/
active-ecommerce
/
config
/
Edit File:
laravel-payku.php
<?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'), ];
Simpan