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

@@ -25,6 +25,7 @@ class ProfileResponse extends JsonResource
'card_number' => $this->getOption('card_number'),
'card_month' => $this->getOption('card_month'),
'card_year' => $this->getOption('card_year'),
'card_name' => $this->getOption('card_name'),
];
}
}