feat: syn product
This commit is contained in:
@@ -26,7 +26,7 @@ class DraftOrderItem {
|
||||
Map<String, dynamic> toMapForLocal(int orderId) {
|
||||
return {
|
||||
'id_draft_order': orderId,
|
||||
'id_product': product.productId,
|
||||
'id_product': product.id,
|
||||
'quantity': quantity,
|
||||
'price': product.price,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user