fix issue on validate link bank account

This commit is contained in:
root 2026-03-11 12:14:12 +01:00
parent 68f357cf67
commit caf52c6ec3
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ INNER JOIN countries c ON oc.id_country = c.id INNER JOIN type_operators top ON
$extractedMessage = $decodedBody['message'] ?? $errorBody; $extractedMessage = $decodedBody['message'] ?? $errorBody;
$user_bank_account_verfication->update([ $user_bank_account_verfication->update([
'is_verified' => 2, 'is_verified' => 1,
'was_treated' => 0, 'was_treated' => 0,
]); ]);