'Invalid State Transition' in Google Checkout
Posted: 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
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