Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Checkout Sandbox not working
    primarykey
    data
    text
    <p>I have created sanbox merchant account in google checkout but when i have submitted this form i got this error message " Oops! Bilal has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As this could be a temporary issue, you can go back in your browser to try checking out again. Debugging information</p> <pre><code>If you are acting on behalf of the merchant, more information about this error has been made available in the Integration Console under the Tools section. You can access the details of this error directly by logging into your merchant account and then pasting the following url: https://sandbox.google.com/checkout/sell/settings?section=IntegrationConsole&amp;returnURL=https%3A%2F%2Fsandbox.google.com%2Fcheckout%2Fsell%2Fsettings%3Fsection%3DIntegrationConsole&amp;serialNumber=523b617a-106c-4c87-a2cc-135e20c983eb " The Form that i have created as follows: var output_data1 = &lt;form id ="GC" name="GC" method="POST" action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/ 922635804601464" accept-charset="utf-8"&gt;'; output_data1 += "Please wait while we are redirecting to the Payment Gateway."; output_data1 += '&lt;input type="hidden" name="item_name_1" value="'+monument_name+'"&gt;'; output_data1 +='&lt;input type="hidden" name="item_description_1" value="'+monument_color+'"&gt;'; output_data1 += '&lt;input type="hidden" name="item_quantity_1" value="1"&gt;'; output_data1 += '&lt;input type="hidden" name="item_price_1" value="'+AMOUNT+'"&gt;'; output_data1 += '&lt;input type="hidden" name="item_currency_1" value="USD"&gt;'; output_data1 += '&lt;input type="hidden" name="ship_method_name_1" value="UPS Ground"&gt;'; output_data1 += '&lt;input type="hidden" name="ship_method_price_1" value="0.0"&gt;'; output_data1 += '&lt;input type="hidden" name="ship_method_currency_1" value="USD"&gt;'; //output_data1 += '&lt;input type="hidden" name="tax_rate" value="0.0875"&gt;'; output_data1 += '&lt;input type="hidden" name="tax_us_state" value="CA"&gt;'; output_data1 += '&lt;input type="hidden" name="checkout-flow-support.merchant-checkout-flow-support.continue-shopping-url" value="http://www.thegranitemonumentcompany.com/p/Main"&gt;'; output_data1 += '&lt;input type="hidden" name="_charset_"&gt;'; output_data1 += '&lt;/form&gt;' </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload