Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Aug 20, 2015 @ 11:25
    Rasmus Fjord
    0

    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.

    NotificationCenter.Order.Finalized += Order_Finalized;
    

    But the finalized, isnt that hit when im getting the order back from the gateway ? Or am I wrong ?

  • Anders Burla 2560 posts 8256 karma points
    Aug 20, 2015 @ 12:22
    Anders Burla
    1

    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.

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Aug 20, 2015 @ 12:23
    Rasmus Fjord
    0

    Ok so should work.

    Gussing its the same time a payment is set to authorized?

  • Anders Burla 2560 posts 8256 karma points
    Aug 20, 2015 @ 12:24
    Anders Burla
    100

    Indeed

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Aug 20, 2015 @ 12:25
    Rasmus Fjord
    0

    Thanks for clariying :)

Please Sign in or register to post replies

Write your reply to:

Draft