#spica-schedule-metadata

1 messages · Page 1 of 1 (latest)

nova sableBOT
lean escarp
#

Hey @floral niche ! Let's talk here in this thread

floral niche
#

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

lean escarp
#

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

floral niche
#

I want to add an array in the metadata like this {[order1 ,order2.order3]} etc

#

but the metadata only supports json formats

lean escarp
#

you can serialize your array so that it works right?

floral niche
#

yes I believe it will .. I will try it