symfony - Process after IPN is received -


i need activate user if transaction successful. event should listen after ipn received using payum bundle?

payum\bundle\payumbundle\controller\notifycontroller::doaction doesn't seem dispatch event. how controller useful?

after experiments , reading more source code, found out implement desired behaviours (send email, update database) actions , tag payum.action or add targeted payum context.

configuration per action
services:     acme.sample_action:         class: acme\paymemtbundle\payum\action\sampleaction         tags:             - { name: payum.action, factory: paypal_express_checkout_nvp } 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -