Payum\Paypal\ProHosted\Nvp\Tests\Action\CaptureActionTest::throwIfModelNotHavePaymentAmountOrCurrencySet PHP Method

throwIfModelNotHavePaymentAmountOrCurrencySet() public method

    public function throwIfModelNotHavePaymentAmountOrCurrencySet()
    {
        $action = new CreateButtonPaymentAction();
        $request = new CreateButtonPayment(new \ArrayObject());
        $action->execute($request);
    }