Crane
03/20/2022, 10:05 PMNeedle
03/20/2022, 10:05 PM/title
command!
We have solved your problem?
Click the button below to archive it.Crane
03/20/2022, 10:06 PMCrane
03/20/2022, 10:07 PMconst { data, error, status } = await supabase.from("orders").insert([
{
order_name: orderCustomerNote,
store_id: selectedStoreCode,
sender_id: customerId,
to_address: 1,
subtotal_price: 20,
total_price: 20 + 15,
shipping_cost: 15,
status_id: 3,
notes: "notes",
payment_method: 1,
},
])
Crane
03/20/2022, 10:07 PMCrane
03/20/2022, 10:07 PMCrane
03/20/2022, 10:09 PMgaryaustin
03/20/2022, 10:12 PMNeedle
03/20/2022, 10:12 PM