This is the snipit my cart sends to google
Code:
<shipping>
<method name="USPS: Priority Mail International (6 - 10 days)" />
<method name="USPS: First-Class Mail International" />
</shipping>
Only priority shows
Any international order also has this error in googles log
Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback
Yet there is data in the xml and the order processes. It is as if it does not recognize <method name="USPS: First-Class Mail International" />
Below is the full log. Any sensitive info I have noted as #REMOVED#
<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="#REMOVED#">
<shopping-cart>
<merchant-private-data>
<session-data>#REMOVED#</session-data>
<ip-address>#REMOVED#</ip-address>
</merchant-private-data>
<items>
<item>
<item-weight value="0.5" unit="LB" />
<tax-table-selector>Taxable Goods</tax-table-selector>
<item-name>Samsung Galaxy Nexus Screen Protector</item-name>
<item-description>[:- Screen] </item-description>
<unit-price currency="USD">13.455</unit-price>
<quantity>1</quantity>
<merchant-item-id>#REMOVED#</merchant-item-id>
<merchant-private-item-data>
<item>#REMOVED#</item>
</merchant-private-item-data>
</item>
<item>
<item-weight value="0.1" unit="LB" />
<tax-table-selector>Taxable Goods</tax-table-selector>
<item-name>Replacement</item-name>
<item-description></item-description>
<unit-price currency="USD">0.01</unit-price>
<quantity>1</quantity>
<merchant-item-id>285</merchant-item-id>
<merchant-private-item-data>#REMOVED#
</merchant-private-item-data>
</item>
</items>
</shopping-cart>
<buyer-id>#REMOVED#</buyer-id>
<calculate>
<addresses>
<anonymous-address id="#REMOVED#">
<country-code>BE</country-code>
<city>Eugies</city>
<region></region>
<postal-code>7080</postal-code>
</anonymous-address>
</addresses>
<shipping>
<method name="USPS: Priority Mail International (6 - 10 days)" />
<method name="USPS: First-Class Mail International" />
</shipping>
<tax>false</tax>
<merchant-code-strings />
</calculate>
<buyer-language>French</buyer-language>
</merchant-calculation-callback>