add salesInvoice in pos of consumer domain
This commit is contained in:
@@ -251,7 +251,7 @@ export class POSStore {
|
||||
|
||||
submitOrder() {
|
||||
const orderPayload = {
|
||||
customerId: this.selectedCustomer()?.id,
|
||||
customer_id: this.selectedCustomer()?.id,
|
||||
items: this.inOrderProducts()?.map((item) => ({
|
||||
productId: item.productId,
|
||||
count: item.count,
|
||||
|
||||
Reference in New Issue
Block a user