Direktori : /home/bitrix/www/bitrix/modules/sale/lib/paysystem/ |
Current File : /home/bitrix/www/bitrix/modules/sale/lib/paysystem/irefund.php |
<?php namespace Bitrix\Sale\PaySystem; use Bitrix\Sale\Payment; interface IRefund { public function refund(Payment $payment, $refundableSum); }