mkelowna Posted November 5, 2012 Share Posted November 5, 2012 I am writing a 3rd party payment gateway that is succesfully going to the merchant website. In my return url i am running the following redirect: Tools::redirect('http://www.example.com/-confirmation.php?=order-confirmation?secure_key='.$customer->secure_key.'&id_cart='.$id_cart); However, when I run this the order is not appearing in the customer's orders. What am I missing? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now