-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
35 lines (32 loc) · 924 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
$config = [
"address" => "Северное Кольцо, 60",
"bin" => "100640009693",
"city" => "г. Алматы",
"storeName" => "АЗС Compass",
"terminalId" => "31104288",
];
// {
// "addInfo": {
// "LoanOfferName": "",
// "LoanTerm": 0,
// "IsOffer": false,
// "ProductType": "Gold"
// },
// "chequeInfo": {
// "address": "Северное Кольцо, 60",
// "amount": "1 ₸",
// "bin": "100640009693",
// "city": "г. Алматы",
// "date": "04.06.23 20:52:31",
// "method": "qr",
// "orderNumber": "3699352521",
// "status": "Покупка с Kaspi Gold. Одобрено",
// "storeName": "АЗС Compass",
// "terminalId": "31104288",
// "type": "payment"
// },
// "processId": "1685890325386",
// "status": "success",
// "transactionId": "3699352521"
// }