#donmcwi

1 messages ยท Page 1 of 1 (latest)

grave robinBOT
fiery stirrup
#

Hello

#

Reading

#

So this redirect to Checkout happened after the redirect to your success_url, yes?

hollow sonnet
#

Yes

#

Never seen that before

fiery stirrup
#

Okay well the only way this would really happen is based on the code on your success page...

#

Did you make any changes to that code recently?

#

And are you able to reproduce this every time?

hollow sonnet
#

I added a link to the purchase to the display box, but I've made several purchases since that addition was made, and it did not happen with them.

#

Its just a link to the purchase section of the website.

fiery stirrup
#

Yeah the reality is though that once you land on your success page then your code is in full control here. So if you are redirected at that point then you are either triggering a client-side redirect, or more likely you are hitting your server unknowingly and triggering another redirect from your server back to that same Checkout Session that was already completed.

hollow sonnet
#

That's a very insightful explanation, as I didn't think it was possible either, which is why I asked the question, I will look into your suggestion and it sounds like you nailed it. Thanks !!!!

fiery stirrup
#

๐Ÿ‘

hollow sonnet
#

๐Ÿ˜†