Please have a look to the following code and mention what is the error
in it I check it several times but didn't find anything.
<input name="item_name_1" type="hidden" value="Buyer Name"/>
<input name="item_description_1" type="hidden" value="Descriptionn "/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="50"/>
<input name="ship_method_currency_1" type="hidden" value="USD"/>
<input type="hidden" name="tax_rate" value="0.0825" />
<input type="hidden" name="tax_us_state" value="TX"/>
<input name="ship_method_name_1" type="hidden" value="Shippimg mathod
name "/>
<input name="ship_method_price_1" type="hidden" value="6.95"/>
<input name="ship_method_currency_1" type="hidden" value="USD"/>
This code not give any error but not including tax and shipping
charges at the checkout page.
The scenario is that we only charge Tex on Texas that is 8.25 state
and have shipping charges 6.95 to all state.
When the screen appears in Google checkout site it only contain the
price of item "50"and did not add tax and shipping charges, please
tell me where I am missing something.
Thanks in advance.