Copied to clipboard

Flag this post as spam?

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


  • NPina 32 posts 183 karma points
    Nov 22, 2022 @ 18:54
    NPina
    0

    Vendr GetStore return null

    After process payment with Stripe Payment provider and returning to order confirmation page, in my email template, the line VendrApi.Instance.GetStores() return null.

    I am wondering if I have done it wrong. I want to capture store data by StoreReadOnly store = VendrApi.Instance.GetStores().FirstOrDefault(); and use it to get finalized order inside my email template by var order = VendrApi.Instance.GetCurrentFinalizedOrder(store.Id);.

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Nov 23, 2022 @ 09:37
  • NPina 32 posts 183 karma points
    Nov 28, 2022 @ 16:33
    NPina
    0

    Hi Matt

    Thank you, your answer helped me to solve the problem.

  • 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