Jump to content

confirm order after 3rd party payment gateway


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...