#spica-schedule-metadata
1 messages · Page 1 of 1 (latest)
Hey @floral niche ! Let's talk here in this thread
Hey
I have a project and I need to to create a cart page that has too many orders , I did this with one time payment ,but the problem in my case is that for every order I have one time payment and also a subscription .. I did this with the schedules but the metadata for the webhook doesn't support arrays , any help will be appreciated
I did this with the schedules but the metadata for the webhook doesn't support arrays
I'm sorry I have no idea what this sentence could mean. Can you give me a concrete example of the issue?
spica-schedule-metadata
I want to add an array in the metadata like this {[order1 ,order2.order3]} etc
but the metadata only supports json formats
you can serialize your array so that it works right?
yes I believe it will .. I will try it