This commit is contained in:
2025-07-08 16:17:45 +05:00
parent afeefc7aed
commit 4d75c110e9
3 changed files with 7 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class ProfileController extends Controller
'options->card_number' => $request->card_number,
'options->card_month' => $request->card_month,
'options->card_year' => $request->card_year,
'options->card_name' => $request->card_name,
];
if ($request->password) {