does the demo mode redirect to the URLs you have specified in your backend after a purchase? The site I am working on needs that to function properly in order to complete an order. If this functionality is not offered in the demo mode, what would be a suggested way to test the entire order submission/approval process through 2checkout? Penny transactions?
You need to login in order to make a new post. If you do not have a community account, you can get one here.
You need to login before leaving a comment If you do not have an account, you can register one here.
1 Comment »
+0
-0
When using demo mode, return will function in the same manner as a normal live order. However, when using demo mode the order number used to create the MD5 hash will automatically be forced to 1 which will cause the hashes to be different when you compare them.
If you will be using the MD5 hash you will need to place a live order to compare the two. If you will be making a live test order you will need to ensure the order amount is at less than $5.00 and that you cancel the order as quickly as possible.
When testing, you will need to ensure the order amount is greater than $1.00, but less than $5.00.