carviaso / google-checkout-dotnet-sample-code

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

Internal error in server #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using GCheckout API to Charge/Capture Order
2. Happens randomly
3.

What is the expected output? What do you see instead?
Expecting successful response getting "Internal error in server"

What version of the product are you using? On what operating system?
GChekout 1.3.0

Please provide any additional information below.

When trying to send CHARGE request using GCheckout some transactions 
failed with "Internal error in server". So, far I can not identify a 
pattern of failure. Out of hundreds charges we issue a day 1 or 2 randomly 
fail. The sent XML shown by Google Integration Console looks OK:

<?xml version="1.0" encoding="utf-8"?>
<charge-order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" google-order-
number="XXXXXXXXXXXXXXX" xmlns="http://checkout.google.com/schema/2">
  <amount currency="USD">1116.9800</amount>
</charge-order>

The response recived is: 

<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://checkout.google.com/schema/2" serial-number="704e6aba-
5d84-4669-8b54-278ad51a20fb">
  <error-message>Internal error in server</error-message>
</error>

Please, advise.
Eugene Furer

Original issue reported on code.google.com by euge...@gmail.com on 23 May 2008 at 1:41

GoogleCodeExporter commented 9 years ago
I forgot to mention. I'm using C# .NET 2.0

Original comment by euge...@gmail.com on 23 May 2008 at 1:43

GoogleCodeExporter commented 9 years ago
We have heard error reports from users of all types of sample code. Google-side 
logs
confirm this. As this is a problem with Checkout in general and not the .NET 
sample
code, I am closing this bug and reporting the failures to Google Engineering.

Original comment by martin.o...@gmail.com on 24 May 2008 at 12:59