symfony - Payum - Dispatched event on capture? -
i'd know if payum (or payumbundle) dispatch event when payment captured? aim send confirmation email customer.
i found nothing doc, , found 3 events in code source :
- payum.gateway.pre_execute
- payum.gateway.execute
- payum.gateway.post_execute
but guess has no connection payment itself. btw, seems never dispatched stripe payment.
thanks.
payum not dispatch events default. designed extended extension. example if want stuff on instance push notification (paypal ipn) can add extension 1 described here: http://payum.org/doc/1.0/core/instant-payment-notification
there extension dispatch events. have manually create , add payum.
Comments
Post a Comment