This commit is contained in:
2025-09-11 00:19:14 +05:00
parent fa41d7b9b0
commit 475c21af85

View File

@@ -327,6 +327,14 @@ function vp_fetch_ClientInfoAll($model, $start_date, $end_date)
function fetchCardTransactionFromAzat($passport_serie, $passport_id, $card_number_masked, $card_expire_date, $start_date, $end_date) function fetchCardTransactionFromAzat($passport_serie, $passport_id, $card_number_masked, $card_expire_date, $start_date, $end_date)
{ {
info(['answers' => [
'passport_serie' => $passport_serie,
'passport_id' => $passport_id,
'card_number_masked' => $card_number_masked,
'card_expire_date' => $card_expire_date,
'start_date' => $start_date,
'end_date' => $end_date,
]]);
$response = DownloadCardTransaction::make()->fetchApi($passport_serie, $passport_id, $card_number_masked, $card_expire_date, $start_date, $end_date); $response = DownloadCardTransaction::make()->fetchApi($passport_serie, $passport_id, $card_number_masked, $card_expire_date, $start_date, $end_date);
return Str::isJson($response) return Str::isJson($response)