1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл result_rec.php

См. исходные тексты.

Переменные

 $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

$action = $_POST["action"]

См. определение в файле result_rec.php строка 7

◆ $bCorrectPayment

$bCorrectPayment = True

См. определение в файле result_rec.php строка 15

◆ $changePayStatus

$changePayStatus = trim(CSalePaySystemAction::GetParamValue("CHANGE_STATUS_PAY"))

См. определение в файле result_rec.php строка 31

◆ $customerNumber

$customerNumber = intval($_POST["customerNumber"])

См. определение в файле result_rec.php строка 10

◆ $dateISO

$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

$invoiceId = $_POST["invoiceId"]

См. определение в файле result_rec.php строка 11

◆ $md5

$md5 = $_POST["md5"]

См. определение в файле result_rec.php строка 12

◆ $orderCreatedDatetime

$orderCreatedDatetime = $_POST["orderCreatedDatetime"]

См. определение в файле result_rec.php строка 8

◆ $orderIsPaid

$orderIsPaid = $_POST["orderIsPaid"]

См. определение в файле result_rec.php строка 3

◆ $orderSumAmount

$orderSumAmount = $_POST["orderSumAmount"]

См. определение в файле result_rec.php строка 4

◆ $orderSumBankPaycash

$orderSumBankPaycash = $_POST["orderSumBankPaycash"]

См. определение в файле result_rec.php строка 6

◆ $orderSumCurrencyPaycash

$orderSumCurrencyPaycash = $_POST["orderSumCurrencyPaycash"]

См. определение в файле result_rec.php строка 5

◆ $paymentDateTime

$paymentDateTime = $_POST["paymentDateTime"]

См. определение в файле result_rec.php строка 13

◆ $paymentType

$paymentType = $_POST["paymentType"]

См. определение в файле result_rec.php строка 9

◆ $scid

См. определение в файле result_rec.php строка 29

◆ $shopId

См. определение в файле result_rec.php строка 28

◆ $shopPassword

$shopPassword = CSalePaySystemAction::GetParamValue("SHOP_KEY")

См. определение в файле result_rec.php строка 32

◆ $strCheck

$strCheck = md5(implode(";", array($orderIsPaid, $orderSumAmount, $orderSumCurrencyPaycash, $orderSumBankPaycash, $shopId, $invoiceId, $customerNumber, $shopPassword)))

См. определение в файле result_rec.php строка 37

◆ $Sum

См. определение в файле result_rec.php строка 26

◆ $text

$text = "<"."?xml version=\"1.0\" encoding=\"windows-1251\"?".">\n"

См. определение в файле result_rec.php строка 115