#Fire

1 messages · Page 1 of 1 (latest)

barren gyroBOT
stoic flax
#

Can you share the cs_xxx ID for the creates session?

candid verge
stoic flax
#

Ah, wait. Your code is wrong

#

You're only passing a single hash to shipping_options

#

Needs to be like:

shipping_options: [
  {
    shipping_rate_data: {
      ...
    }
  },
  {
    shipping_rate_data: {
      ...
    }
  }
]
candid verge
#

I didn't notice that, thank you

#

I was wondering, when passing in line_items, can I also pass images to be displayed in the checkout session?

stoic flax
candid verge
#

ok my bad that was documented and totally missed it

#

thanks again for your help

#

you can go ahead and mark this as solved

stoic flax
#

np!