1C-Bitrix 25.700.0
|
Переменные | |
$orderIsPaid = $_POST["orderIsPaid"] | |
$orderSumAmount = $_POST["orderSumAmount"] | |
$orderSumCurrencyPaycash = $_POST["orderSumCurrencyPaycash"] | |
$orderSumBankPaycash = $_POST["orderSumBankPaycash"] | |
$action = $_POST["action"] | |
$orderCreatedDatetime = $_POST["orderCreatedDatetime"] | |
$paymentType = $_POST["paymentType"] | |
$customerNumber = intval($_POST["customerNumber"]) | |
$invoiceId = $_POST["invoiceId"] | |
$md5 = $_POST["md5"] | |
$paymentDateTime = $_POST["paymentDateTime"] | |
$bCorrectPayment = True | |
$Sum = CSalePaySystemAction::GetParamValue("SHOULD_PAY") | |
$shopId = CSalePaySystemAction::GetParamValue("SHOP_ID") | |
$scid = CSalePaySystemAction::GetParamValue("SCID") | |
$changePayStatus = trim(CSalePaySystemAction::GetParamValue("CHANGE_STATUS_PAY")) | |
$shopPassword = CSalePaySystemAction::GetParamValue("SHOP_KEY") | |
$strCheck = md5(implode(";", array($orderIsPaid, $orderSumAmount, $orderSumCurrencyPaycash, $orderSumBankPaycash, $shopId, $invoiceId, $customerNumber, $shopPassword))) | |
$dateISO = date("Y-m-d\TH:i:s").mb_substr(date("O"), 0, 3).":".mb_substr(date("O"), -2, 2) | |
$text = "<"."?xml version=\"1.0\" encoding=\"windows-1251\"?".">\n" |
$action = $_POST["action"] |
См. определение в файле result_rec.php строка 7
$bCorrectPayment = True |
См. определение в файле result_rec.php строка 15
$changePayStatus = trim(CSalePaySystemAction::GetParamValue("CHANGE_STATUS_PAY")) |
См. определение в файле result_rec.php строка 31
$customerNumber = intval($_POST["customerNumber"]) |
См. определение в файле result_rec.php строка 10
$dateISO = date("Y-m-d\TH:i:s").mb_substr(date("O"), 0, 3).":".mb_substr(date("O"), -2, 2) |
См. определение в файле result_rec.php строка 112
$invoiceId = $_POST["invoiceId"] |
См. определение в файле result_rec.php строка 11
$md5 = $_POST["md5"] |
См. определение в файле result_rec.php строка 12
$orderCreatedDatetime = $_POST["orderCreatedDatetime"] |
См. определение в файле result_rec.php строка 8
$orderIsPaid = $_POST["orderIsPaid"] |
См. определение в файле result_rec.php строка 3
$orderSumAmount = $_POST["orderSumAmount"] |
См. определение в файле result_rec.php строка 4
$orderSumBankPaycash = $_POST["orderSumBankPaycash"] |
См. определение в файле result_rec.php строка 6
$orderSumCurrencyPaycash = $_POST["orderSumCurrencyPaycash"] |
См. определение в файле result_rec.php строка 5
$paymentDateTime = $_POST["paymentDateTime"] |
См. определение в файле result_rec.php строка 13
$paymentType = $_POST["paymentType"] |
См. определение в файле result_rec.php строка 9
$scid = CSalePaySystemAction::GetParamValue("SCID") |
См. определение в файле result_rec.php строка 29
$shopId = CSalePaySystemAction::GetParamValue("SHOP_ID") |
См. определение в файле result_rec.php строка 28
$shopPassword = CSalePaySystemAction::GetParamValue("SHOP_KEY") |
См. определение в файле result_rec.php строка 32
$strCheck = md5(implode(";", array($orderIsPaid, $orderSumAmount, $orderSumCurrencyPaycash, $orderSumBankPaycash, $shopId, $invoiceId, $customerNumber, $shopPassword))) |
См. определение в файле result_rec.php строка 37
$Sum = CSalePaySystemAction::GetParamValue("SHOULD_PAY") |
См. определение в файле result_rec.php строка 26
$text = "<"."?xml version=\"1.0\" encoding=\"windows-1251\"?".">\n" |
См. определение в файле result_rec.php строка 115