kiranpatil353 / google-checkout-php-sample-code

Automatically exported from code.google.com/p/google-checkout-php-sample-code
0 stars 0 forks source link

CallBack dont work on Sandbox #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. downloaded sample code & setup on server 
2. activated the callback url in merchant account of sandbox
3. updated code file for merchant key & secrete key 
4. executed cartdemo.php(Standard Checkout Request) & order get successfully 
placed in sandbox also redirected back to proper url which is given in code
But the Callback URL as defined in merchant account is not get called.

What is the expected output? What do you see instead?
Callback URL as defined in merchant account should get called

What version of the product are you using? On what operating system?
tried with version2.0 - 2.5  working on linux (Apache PHP server )

Please provide any additional information below.
i have added simple mail function in top of callback file & note single line in 
log file but non of this executed which clear that checkout is not calling the 
callback URL.
I am using Sandbox account for this testing.

Original issue reported on code.google.com by sham.shr...@idhasoft.com on 14 Nov 2011 at 11:37