See Forum post
http://groups.google.com/group/google-checkout-api-
dotnet/browse_thread/thread/db9ee6ddd79459f?hl=en
But, I want to retrieve values from the <gift-certificate-adjustment>
Here that, XML portion which i gets in Notification Page.
<order-adjustment>
<merchant-calculation-successful>true</merchant-calculation-
successful>
<merchant-codes>
<gift-certificate-adjustment>
<message>Your Gift Certificate has been applied successfully.</
message>
<code>F8140CA3</code>
<applied-amount currency="USD">7.274</applied-amount>
<calculated-amount currency="USD">7.274</calculated-amount>
</gift-certificate-adjustment>
</merchant-codes>
<total-tax currency="USD">0.0</total-tax>
<shipping>
<merchant-calculated-shipping-adjustment>
<shipping-name>Super Saver Shipping</shipping-name>
<shipping-cost currency="USD">8.45</shipping-cost>
</merchant-calculated-shipping-adjustment>
</shipping>
<adjustment-total currency="USD">1.176</adjustment-total>
</order-adjustment>
I want to retrieve the values of <code>, <applied-amount
currency="USD">7.274</applied-amount>
and <calculated-amount currency="USD">7.274</calculated-amount>.
Please kindly help me and give me the code, How can i retrieve this
values?
Original issue reported on code.google.com by joseph.f...@gmail.com on 19 Mar 2008 at 5:15
Original issue reported on code.google.com by
joseph.f...@gmail.com
on 19 Mar 2008 at 5:15