addtocash using sendcoins Circuit

This commit is contained in:
Surya Paolo
2024-01-03 15:46:48 +01:00
parent eee069c039
commit 605f6afa0d
11 changed files with 25 additions and 4 deletions

View File

@@ -106,6 +106,8 @@ export default defineComponent({
oldrec.value = myrec.value
note.value = mycart.value.note!
let options = {};
if (mycart.value) {
recOrderCart.value = await productStore.CreateOrdersCart({ cart_id: mycart.value._id, status: 0, note: note.value })
}