vanilophp / payment

Vanilo Payment Module (Laravel E-commerce)
MIT License
5 stars 5 forks source link

How work payment event ? #5

Open xujiongze opened 6 months ago

xujiongze commented 6 months ago

Hello,

When payment completed, how to change payable (Order) status ?

I think $handler->fireEvents will trigger event to do it , but like can't modify automatically, need writer a custom listner to do it ?