Thanks for the link. I adjusted the URL for the IPN setting and it appears the payment is being set to captured and the cart being converted to an order.
However I still get a 302 error on the URL
https://(our domain)/base/TC/PaymentContinue/1/PayPal/...
Where is this URL called? Is it something I need to sort out?
Tea Commerce generates that and is the one that is redirected to when the order is completed at PayPal. 302 is a temp redirect. Do you have a rewrite rule that does something to the URL when it is hit and the browser would normally redirect the customer in the browser?
This URL changes the state of the order in the session to completed - because the IPN can be several minutes before it makes a callback.
302 Issue when finalizing PayPal payments
Hi,
We've just moved to a live server with Tea Commerce and PayPal payments are not triggering the Finalized event for orders.
Checking a bit further it seems the URL https://(our domain)/base/TC/PaymentContinue/1/PayPal/... is giving a 302 error.
This was working in a sandbox test (but not HTTPS). I feel like this is a configuration error but can't work out what is wrong.
Any ideas on how to solve this?
Thanks
Geoff
Maybe this blog post can help? http://www.dodarweb.com/blog/2014/setting-up-paypal-for-tea-commerce/
Hi Anders,
Thanks for the link. I adjusted the URL for the IPN setting and it appears the payment is being set to captured and the cart being converted to an order.
However I still get a 302 error on the URL https://(our domain)/base/TC/PaymentContinue/1/PayPal/... Where is this URL called? Is it something I need to sort out?
Tea Commerce generates that and is the one that is redirected to when the order is completed at PayPal. 302 is a temp redirect. Do you have a rewrite rule that does something to the URL when it is hit and the browser would normally redirect the customer in the browser?
This URL changes the state of the order in the session to completed - because the IPN can be several minutes before it makes a callback.
Kind regards Anders
Thanks for your reply Anders. I understand what is happening now.
is working on a reply...