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 $depName;
|
||||||
|
|
||||||
|
public string $cardName;
|
||||||
|
|
||||||
public string $cardPan;
|
public string $cardPan;
|
||||||
|
|
||||||
public string $cardAccountNumber;
|
public string $cardAccountNumber;
|
||||||
@@ -38,6 +40,8 @@ class AzatApiClientInfoAllResponse
|
|||||||
|
|
||||||
public string $phone;
|
public string $phone;
|
||||||
|
|
||||||
|
public string $accountNumber;
|
||||||
|
|
||||||
public int $errCode;
|
public int $errCode;
|
||||||
|
|
||||||
public string $message;
|
public string $message;
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ class DownloadCardRequisite extends Action
|
|||||||
'hasap' => $data->accountNumber,
|
'hasap' => $data->accountNumber,
|
||||||
'sb' => '---YOK--',
|
'sb' => '---YOK--',
|
||||||
'bab' => $data->mfo,
|
'bab' => $data->mfo,
|
||||||
|
'card_type' => $data->cardName,
|
||||||
'card_number' => $data->cardPan,
|
'card_number' => $data->cardPan,
|
||||||
'phone' => $data->phone ?? '-',
|
'phone' => $data->phone ?? '-',
|
||||||
'contract_date' => '---YOK---',
|
'contract_date' => '---YOK---',
|
||||||
|
|||||||
Binary file not shown.
@@ -350,5 +350,6 @@
|
|||||||
"Card holder name": "Kartyň eýesiniň ady",
|
"Card holder name": "Kartyň eýesiniň ady",
|
||||||
"Money Balance": "Galyndy",
|
"Money Balance": "Galyndy",
|
||||||
"Start date": "Başlangyç sene",
|
"Start date": "Başlangyç sene",
|
||||||
"End date": "Ahyrky sene"
|
"End date": "Ahyrky sene",
|
||||||
|
"Expiry date": "Möhleti"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user