Closed GoogleCodeExporter closed 9 years ago
Original comment by moman...@google.com
on 30 Apr 2008 at 6:10
Attachments:
Original comment by martin.o...@gmail.com
on 30 Apr 2008 at 6:11
I will be out of town until Sunday. I will look at this next week.
Original comment by joseph.f...@gmail.com
on 30 Apr 2008 at 6:18
Is this code in one of our samples that is causing this error?
I just want to test the correct code so it can be fixed.
Joe
Original comment by joseph.f...@gmail.com
on 8 May 2008 at 1:59
Any example code that does not set any tax rules is affected. For example, if
you run
this code, you will see the empty tax table in the cart XML:
CheckoutShoppingCartRequest Req = GCheckoutButton1.CreateRequest();
Req.AddItem("Mars bar", "Packed with peanuts", 0.75m, 2);
Response.Write(EncodeHelper.Utf8BytesToString(Req.GetXml()));
Response.End();
We'd like to suppress the empty tax table if no calls have been made to set
taxes.
Original comment by martin.o...@gmail.com
on 8 May 2008 at 4:00
Code has been checked in.
Please verify
Original comment by joseph.f...@gmail.com
on 8 May 2008 at 5:26
The bug-fix works, woo-hoo!
I just submitted a cart without setting any tax rates. In the UI, I had set 10%
tax
for my home state. Before the bug-fix, the 10% tax set in the UI would not get
applied. Now it does get applied.
Thanks for fixing this so quickly, Joe!
Original comment by martin.o...@gmail.com
on 8 May 2008 at 7:19
Original issue reported on code.google.com by
moman...@google.com
on 30 Apr 2008 at 6:09