You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking simple and correct way to run my process when payment is finish - captured, cancelled.
I think it's a typical requirement.
I don't want to do this in done page - it in my payment method is pending and its user fired. I want when payment gate sends payment finish - background way.
I'm looking simple and correct way to run my process when payment is finish - captured, cancelled.
I think it's a typical requirement.
I don't want to do this in done page - it in my payment method is pending and its user fired. I want when payment gate sends payment finish - background way.
But this is not easy in this bundle.
Events is not fired - so
1 . Add Symfony Events
documentation has an error - when prepend is true it works when false - here is error
Payum/Payum#821
I add listener PayumEvents::GATEWAY_POST_EXECUTE
I see that almost every operation in this bundle executes some action so before user finish payment my event is fired many times.
in ExecuteEvent I don't know what is happen - i get_class $event->getContext()->getRequest() and have 7 times event fired
im just moved to paypal website....
ok i make payment - get next 10 times listener fired ?
uggh...
please help me - in how I can make a decision when i really get paymentDetails status change.
I just need to fire my process when user paid or cancel payment ...
Maybe it should by new event - PayumEvents::PAYMENT_DONE ? (succeeded or not but we have response )
The text was updated successfully, but these errors were encountered: