Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/paysystem/ |
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/paysystem/ihold.php |
<?php namespace Bitrix\Sale\PaySystem; use Bitrix\Sale\Payment; interface IHold { public function cancel(Payment $payment); public function confirm(Payment $payment); }