Skip to content

Commit ea21f93

Browse files
committed
fix methods names
1 parent 697c956 commit ea21f93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/zenventory/sources/new-customer-order/new-customer-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
};
3131
},
3232
getFunction() {
33-
return this.zenventory.listCustomerOrder;
33+
return this.zenventory.listCustomerOrders;
3434
},
3535
getDataField() {
3636
return "customerOrders";

components/zenventory/sources/new-purchase-order/new-purchase-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
};
2020
},
2121
getFunction() {
22-
return this.zenventory.listPurchaseOrder;
22+
return this.zenventory.listPurchaseOrders;
2323
},
2424
getDataField() {
2525
return "purchaseOrders";

0 commit comments

Comments
 (0)