Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create plan add ons #43

Closed
mbeale opened this issue Mar 8, 2013 · 1 comment
Closed

Unable to create plan add ons #43

mbeale opened this issue Mar 8, 2013 · 1 comment
Assignees
Labels
V2 V2 Client

Comments

@mbeale
Copy link

mbeale commented Mar 8, 2013

The XML does not seem to render properly. The API is expecting the unit_amount_in_cents value to be encased in a currency tag.

Expecting this:

 <add_on>
   <add_on_code>ipaddresses</add_on_code>
   <name>Extra IP Addresses</name>
   <unit_amount_in_cents>
      <USD>200</USD>
   </unit_amount_in_cents>
 </add_on>

But lib is sending this:

 <add_on>
   <add_on_code>ipaddresses</add_on_code>
   <name>Extra IP Addresses</name>
   <unit_amount_in_cents>200</unit_amount_in_cents>
 </add_on>
@bhelx bhelx self-assigned this Nov 1, 2014
@bhelx
Copy link
Contributor

bhelx commented Jun 26, 2015

@mbeale This shouldn't be an issue anymore. Please re-open if you are still having problems with this.

@bhelx bhelx closed this as completed Jun 26, 2015
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

No branches or pull requests

2 participants