1C-Bitrix 25.700.0
|
Переменные | |
$entityId = CSalePaySystemAction::GetParamValue("ORDER_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 строка 15
$entityId = CSalePaySystemAction::GetParamValue("ORDER_PAYMENT_ID") |
См. определение в файле payment.php строка 3
$order = \Bitrix\Sale\Order::load($orderId) |
См. определение в файле payment.php строка 7
$payment = $paymentCollection->getItemById($paymentId) |
См. определение в файле payment.php строка 13
$paymentCollection = $order->getPaymentCollection() |
См. определение в файле payment.php строка 10
$service = new \Bitrix\Sale\PaySystem\Service($data) |
См. определение в файле payment.php строка 17