Max Kotliar

Results 174 comments of Max Kotliar

It is, follow steps in "get it started" as they ordered and you would get a working solution. The error after installing packages should be fixed, it should not fail...

https://github.com/Payum/PayumBundle/blob/master/DependencyInjection/MainConfiguration.php#L36

> Once he completed his payment, how can we be sure that the user will be redirected on the done.php page? Actually on SystemPay, I can define a field vads_url_return...

> I will check ASAP how I can improve the documentation for people that want/should to write their own gateway. ✨ That would be great. I am not good at...

> Hello @makasim, would you feel confortable taking a company tip (150-300€) to help us with the issues @Kocal is facing the project is stopped waiting for your feedback/help ?...

> or is it intentional skipped? Nope. It should be there

I'd say the gateway have to store all data required (including one from request's query) before redirecting to doAction

It is supposed to be stored in payment model and persisted by storage (with a help of storage extension).

Sorry I thought the controller called a payum gateway. But it is not. The request has to be proxied with all possible data indeed. and I think if the original...

I don't have time to implement it myself though maybe some one else pick this up and do a PR>