1C-Bitrix 25.700.0
|
Переменные | |
$entityId = CSalePaySystemAction::GetParamValue("PAYMENT_ID") | |
$order = \Bitrix\Sale\Order::load($orderId) | |
$paymentCollection = $order->getPaymentCollection() | |
$payment = $paymentCollection->getItemById($paymentId) | |
$data = \Bitrix\Sale\PaySystem\Manager::getById($payment->getPaymentSystemId()) | |
$service = new \Bitrix\Sale\PaySystem\Service($data) |
$data = \Bitrix\Sale\PaySystem\Manager::getById($payment->getPaymentSystemId()) |
См. определение в файле payment.php строка 16
$entityId = CSalePaySystemAction::GetParamValue("PAYMENT_ID") |
См. определение в файле payment.php строка 4
$order = \Bitrix\Sale\Order::load($orderId) |
См. определение в файле payment.php строка 8
$payment = $paymentCollection->getItemById($paymentId) |
См. определение в файле payment.php строка 14
$paymentCollection = $order->getPaymentCollection() |
См. определение в файле payment.php строка 11
$service = new \Bitrix\Sale\PaySystem\Service($data) |
См. определение в файле payment.php строка 18