kmitgroup / google-checkout-php-sample-code

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

SendBuyerMessage incorrectly uses <send-mail> instead of <send-email> #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Expected:
<?xml version="1.0" encoding="UTF-8"?>
<send-buyer-message xmlns="http://checkout.google.com/schema/2"
google-order-number="XXX">
<message>Blahblah</message>
<send-email>true</send-email>
</send-buyer-message>

Actual:
<?xml version="1.0" encoding="UTF-8"?>
<send-buyer-message xmlns="http://checkout.google.com/schema/2"
google-order-number="XXX">
<message>Blahblah</message>
<send-mail>true</send-mail>
</send-buyer-message>

What version of the product are you using?
1.0.4

Original issue reported on code.google.com by johnatha...@fourbatons.com on 24 Mar 2007 at 6:33

GoogleCodeExporter commented 9 years ago
fixed in v1.2

http://google-checkout-php-sample-code.googlecode.com/svn/branches/1.2beta/CHANG
ELOG

ropu

Original comment by rovagn...@gmail.com on 13 Jun 2007 at 4:24