#JCrags

1 messages · Page 1 of 1 (latest)

burnt kernelBOT
copper roost
#

Hey there

finite shore
#

Hi:)

copper roost
#

Looking

#

hrmm that also looks good to me

#

Can you share the request ID for the error?

finite shore
#

req_YJ0KFvG7xKCOYV

copper roost
#

Oh

#

shipping_options itself is an array of hashes

#

So [{ "shipping_rate_data": { "type": "fixed_amount", "display_name": "World wide shipping", "delivery_estimate": { "maximum": { "unit": "week", "value": 2 }, "minimum": { "unit": "business_day", "value": 2 } }, "fixed_amount": { "amount": 695, "currency": "usd" }, "tax_code": "txcd_92010001" } }]

finite shore
#

Yes I am doing that 'shipping_options' => $shipping_options, where $shipping_options here is the array that contains the key shipping_rate_data

#

oh wait

#

I get it

#

Ok, it works now 🙂 already thought it would be something silly, thanks for the sharp eyes!