urielcastrillon08
urielcastrillon08
hello, i have the same problem when i pass this Object: xml({Item: [{BuyItNowPrice: [{ _attr: { currencyID: 'USD'}}, 18]}]}) === "18" But when I pass as a parameter of this...
thank you for your answer thehuey. do you have an example of serviceName: 'Trading', opType: 'AddItems' with BuyItNowPrice?
is possible change the function deepToArray for this: exports.deepToArray = function deepToArray(obj) { var key, value, arr = []; if (_.isArray(obj)) { // not sure about this: arrays within objects...