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 659 posts 1546 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 Johansen 2560 posts 8256 karma points
    Aug 20, 2015 @ 12:22
    Anders Burla Johansen
    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 659 posts 1546 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 Johansen 2560 posts 8256 karma points
    Aug 20, 2015 @ 12:24
    Anders Burla Johansen
    100

    Indeed

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

    Thanks for clariying :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies