Smalot\Magento\Order\OrderInvoice::capture PHP Метод

capture() публичный Метод

Note that not all order invoices can be captured. Only some payment methods support capturing the order invoice (e.g., PayPal Pro).
public capture ( string $invoiceIncrementId ) : Smalot\Magento\ActionInterface
$invoiceIncrementId string
Результат Smalot\Magento\ActionInterface
    public function capture($invoiceIncrementId)
    {
        return $this->__createAction('order_invoice.capture', func_get_args());
    }