Метод |
Описание |
|
cancelRecurrent ( float $paymentSessionId ) : void |
Cancel recurrent payment via GoPay gateway |
|
createPayment ( array $values = [] ) : RecurrentPayment |
Creates new RecurrentPayment with given default values |
|
payRecurrent ( RecurrentPayment $payment, string $channel, callable $callback ) : Nette\Application\Responses\RedirectResponse |
Executes payment via redirecting to GoPay payment gate |
|
payRecurrentInline ( RecurrentPayment $payment, string $channel, callable $callback ) : array |
Executes payment via INLINE GoPay payment gate |
|