return from epay payment window, order session is reset
Hey again :)
Now i have a functioning epay integration, awesome.
When get sent back from Epay, and im sent to my Continue URL" the order session is reset, and no order number is sent along through post. So on my "thank you for shopping" page i cannot show details. How to fetch an order number from here, since TeaCommerce.GetOrder(); dosnt work after the session is reset. ?
return from epay payment window, order session is reset
Hey again :)
Now i have a functioning epay integration, awesome.
When get sent back from Epay, and im sent to my Continue URL" the order session is reset, and no order number is sent along through post. So on my "thank you for shopping" page i cannot show details. How to fetch an order number from here, since TeaCommerce.GetOrder(); dosnt work after the session is reset. ?
Hi Rasmus
When you return from ePay ( or any payment gateway ) use GetFinalizedOrder to get the order. That's it :)
Kind regards
Anders
Thumbs up
is working on a reply...