I'm implementing my custom factory/actions for Liqpay and used Sandbox code as an example, but without success.
Having same error that I have on web version of Sandbox...
When I trying custom gateway example - it redirects to http://sandbox.payum.forma-dev.com/payment/capture/Kb-T1F3fxaZqAmsDRNfHTxuBSH1OJ09xEH8sQ4aPhcI with exception Request Capture{model: Identity} is not supported.
That would be great if this example become working, so I can do my factory/actions based on this example.
Thanks.
PS Also looks like method createPayment never called, because there is no code that call this method. Maybe it should be just create (if I understand right)?
Hi.
I'm implementing my custom factory/actions for Liqpay and used Sandbox code as an example, but without success.
Having same error that I have on web version of Sandbox...
When I trying custom gateway example - it redirects to
http://sandbox.payum.forma-dev.com/payment/capture/Kb-T1F3fxaZqAmsDRNfHTxuBSH1OJ09xEH8sQ4aPhcI
with exceptionRequest Capture{model: Identity} is not supported.
That would be great if this example become working, so I can do my factory/actions based on this example.
Thanks.
PS Also looks like method createPayment never called, because there is no code that call this method. Maybe it should be just
create
(if I understand right)?