fix dashboard and apis
PHP Tests / php-tests (push) Failing after 9m1s

This commit is contained in:
Nyan Lin Paing
2026-08-16 23:50:39 +07:00
parent 60413bdebf
commit 8d74ac74cd
26 changed files with 638 additions and 55 deletions
+8
View File
@@ -35,11 +35,19 @@ return [
],
],
'fastapi_agent' => [
'jwt_secret' => env('FASTAPI_AGENT_JWT_SECRET'),
'jwt_algorithm' => env('FASTAPI_AGENT_JWT_ALGORITHM', 'HS256'),
],
'kbz' => [
'app_id' => env('KBZ_APP_ID'),
'merchant_code' => env('KBZ_MERCHANT_CODE'),
'merchant_key' => env('KBZ_MERCHANT_KEY'),
'base_url' => env('KBZ_BASE_URL'),
'create_order_url' => env('KBZ_CREATE_ORDER_URL'),
'query_order_url' => env('KBZ_QUERY_ORDER_URL'),
'refund_order_url' => env('KBZ_REFUND_ORDER_URL'),
'notify_url' => env('KBZ_NOTIFY_URL'),
'cert_path' => env('KBZ_CERT_PATH'),
'cert_key_path' => env('KBZ_CERT_KEY_PATH'),