This commit is contained in:
2025-09-11 00:27:01 +05:00
parent 33ec2e11e6
commit 3c3d74ec34
2 changed files with 2 additions and 12 deletions

View File

@@ -327,14 +327,6 @@ 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)
{
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);
return Str::isJson($response)