google-code-export / google-checkout-java-sdk

Automatically exported from code.google.com/p/google-checkout-java-sdk
1 stars 0 forks source link

Item class does not support subscription information #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?

2.5.1 on Google App Engine. Development on Windows 7 32-bit using Eclipse.

Please provide any additional information below.

Sample shopping card with subscription information:

<checkout-shopping-cart xmlns="http://checkout.google.com/schema/2">
  <shopping-cart>
    <items>
      <item>
        <item-name></item-name>
        <item-description></item-description>
        <quantity>1</quantity>
        <unit-price currency="USD">5.00</unit-price>
        <subscription period="MONTHLY" type="google">
          <payments>
            <subscription-payment times="12">
              <maximum-charge currency="USD">5.00</maximum-charge>
            </subscription-payment>
          </payments>
          <recurrent-item>
            <item-name></item-name>
            <item-description></item-description>
            <quantity>1</quantity>
            <unit-price currency="USD">5.00</unit-price>
          </recurrent-item>
        </subscription>
      </item>
    </items>
  </shopping-cart>
</checkout-shopping-cart>

Original issue reported on code.google.com by karld...@gmail.com on 5 Sep 2011 at 2:17

GoogleCodeExporter commented 9 years ago
Sorry - this should be an enhancement request.

Original comment by karld...@gmail.com on 5 Sep 2011 at 2:17