Fix: Applied correct V1 secret keys for passenger vs driver wallet tokens

This commit is contained in:
Hamza-Ayed
2026-04-24 01:30:10 +03:00
parent d9039aaf14
commit 2745b307a9
2 changed files with 13 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ return [
// Wallet Security
// 'wallet_jwt_secret' => env('WALLET_JWT_SECRET'),
'wallet_hmac_secret' => env('WALLET_HMAC_SECRET'),
'wallet_hmac_secret' => env('SECRET_KEY_HMAC'),
'wallet_allowed_audiences' => [
'Tripz-Wallet',
'TripzWallet:android',