makasim / PayumBundleSandbox

Symfony2 application to play with PayumBundle.
MIT License
35 stars 29 forks source link

Custom gateway example not working #57

Closed igormukhingmailcom closed 9 years ago

igormukhingmailcom commented 9 years ago

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 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)?

makasim commented 9 years ago

fixed https://github.com/makasim/PayumBundleSandbox/commit/c8acbf0b7d96e2fb1bcef944e26c6e091dd588c3

The sandbox web could not be updated right now.

igormukhingmailcom commented 9 years ago

@makasim Thank you :)