wip
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -22,6 +22,8 @@ class AzatApiClientInfoAllResponse
|
||||
|
||||
public string $depName;
|
||||
|
||||
public string $cardName;
|
||||
|
||||
public string $cardPan;
|
||||
|
||||
public string $cardAccountNumber;
|
||||
@@ -38,6 +40,8 @@ class AzatApiClientInfoAllResponse
|
||||
|
||||
public string $phone;
|
||||
|
||||
public string $accountNumber;
|
||||
|
||||
public int $errCode;
|
||||
|
||||
public string $message;
|
||||
|
||||
@@ -101,6 +101,7 @@ class DownloadCardRequisite extends Action
|
||||
'hasap' => $data->accountNumber,
|
||||
'sb' => '---YOK--',
|
||||
'bab' => $data->mfo,
|
||||
'card_type' => $data->cardName,
|
||||
'card_number' => $data->cardPan,
|
||||
'phone' => $data->phone ?? '-',
|
||||
'contract_date' => '---YOK---',
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user