#dpetrovaliev
1 messages · Page 1 of 1 (latest)
Hey there
So the error indicates which parameter is incorrect: ``` message: "Invalid array",
param: "features[subscription_update][products]",
Looks like you just passed a string there instead of an array
It should be an array of hashes which contains prices and products within the array
are you sure i'm passing a string instead of array?
ok, could you send me an example of how exactly shoul be?