'Invalid State Transition' in Google Checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ToddJ
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Wed Aug 26, 2009 8:55 pm

'Invalid State Transition' in Google Checkout

Post by ToddJ » Wed Aug 26, 2009 10:31 pm

When canceling an order from the Google Checkout merchant site, the error 'Invalid State Transition' is noted in the Integration Console. The details are as follows:

XML We (Google) Received:
<?xml version="1.0" encoding="utf-8"?>
<cancel-order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" google-order-number="809606917184623" xmlns="http://checkout.google.com/schema/2">
<reason>N/A</reason>
</cancel-order>

XML We (Google) Sent:
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://checkout.google.com/schema/2" serial-number="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">
<error-message>Invalid state transition</error-message>
</error>


There were no errors in the (AbleCommerce) store's log.

The order status is properly updated to canceled, so I'm trying to determine whether the error requires corrective action.

The store is running AbleCommerce 7.0.3
CommerceBuilder.dll v7.3.12065.0
CommerceBuilder.GoogleCheckout.dll v7.3.12468.0

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: 'Invalid State Transition' in Google Checkout

Post by mazhar » Thu Aug 27, 2009 3:22 am

Read about REVIEWING status from following topic
http://code.google.com/apis/checkout/de ... mands.html

Post Reply