Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey :)
Im using the notification center to handle some order stuff when the order is "done", and for this im using the notificationcenter.
NotificationCenter.Order.Finalized += Order_Finalized;
But the finalized, isnt that hit when im getting the order back from the gateway ? Or am I wrong ?
That event is raised when the gateway tells TC that the payment was ok. Normally a server to server call - but depends on the payment gateway.
Ok so should work.
Gussing its the same time a payment is set to authorized?
Indeed
Thanks for clariying :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using finalized in notficationcenter
Hey :)
Im using the notification center to handle some order stuff when the order is "done", and for this im using the notificationcenter.
But the finalized, isnt that hit when im getting the order back from the gateway ? Or am I wrong ?
That event is raised when the gateway tells TC that the payment was ok. Normally a server to server call - but depends on the payment gateway.
Ok so should work.
Gussing its the same time a payment is set to authorized?
Indeed
Thanks for clariying :)
is working on a reply...