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.
services: acme.sample_action: class: acme\paymemtbundle\payum\action\sampleaction tags: - { name: payum.action, factory: paypal_express_checkout_nvp }
Comments
Post a Comment