PricingBlog

Stripe return page

  • ssssadsadasd-1417767135999950900

    ssssadsadasd

    4 months ago

    Sth strange is happening that I think was not happening before.
    So,
    1. I have a "get profile" autofetch function on page load. this also sets a variable (with default = null) to true.
    2. I click a button for stripe checkout and go to the stripe checkout page.
    3. I complete checkout and go back to url,
    4. When I return to my current url the api is not autotriggered. I also tried to add a dummy parameter equals to the session_id we get in the url from stripe but this did not trigger the api either.

    so, the api call is not autofetched when we return from stripe.

    any idea why this happens?
    thanks