0

Now I am working with Google checkout payment method.When I check the payment with Google checkout sandbox.The XML contain "merchant-calculation-callback" returning two times , How to prevent this problem. Due to this problem, Multiple updates are taking place in my database. How to prevent this problem?

Kara
  • 6,115
  • 16
  • 50
  • 57
Shin
  • 280
  • 1
  • 2
  • 11

1 Answers1

0

Send an acknowlegment back to google that you have notified. If you are using google sample code you can use this code

$Gresponse->SendAck($data[$root]['serial-number'], true);

lajeesh k
  • 345
  • 3
  • 12