Working on credit card

This commit is contained in:
2024-01-28 19:54:29 +05:00
parent 0a631aec80
commit 9c22cce13b
11 changed files with 267 additions and 22 deletions

View File

@@ -126,6 +126,13 @@ return [
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
'halkbank_payment_error' => [
'driver' => 'single',
'path' => storage_path('logs/halkbank_payment_error.log'),
'level' => env('LOG_LEVEL', 'error'),
'replace_placeholders' => true,
],
],
];