carviaso / google-checkout-dotnet-sample-code

Automatically exported from code.google.com/p/google-checkout-dotnet-sample-code
0 stars 0 forks source link

Private-data not available in merchant-calc callbacks #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The recommended way to implement merchant-calculated callbacks is to
override the class CallbackRules. But if you do that, you don't have access
to private data that you have previously set in the cart. This applies to
both <merchant-private-data> on the order level and
<merchant-private-item-data> on the order line level.

Many merchants need this private data to accurately calculate the tax and
shipping in the callbacks.

Original issue reported on code.google.com by martin.o...@gmail.com on 20 Sep 2006 at 11:21

GoogleCodeExporter commented 9 years ago
This has been fixed in the trunk, revision 4.

Original comment by martin.o...@gmail.com on 22 Sep 2006 at 1:10