You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need multiple subscription_add_on objects for multiple add-ons, but since you can't have multiple values with the same exact key in a JS object, it's impossible to set multiple add-ons using this library in it's current state.
For example,
I am trying to create a plan with multiple add-ons using node-recurly:
However it looks like js2xml treats the child nodes of subscription_add_ons as anonymous so the appear like so in the request:
I can make this work with one add-on only by doing a hash of hashes, but I'm not entirely sure what the correct way to do this is.
Any ideas? Are multiple add-ons not supported with this package?
The text was updated successfully, but these errors were encountered: