Skip to content

Commit

Permalink
admin: Fix incorrect API call function name
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Dec 31, 2024
1 parent ff33508 commit 578db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Admin/src/components/pos/POSOrderDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class POSOrderDrawer extends Vue {
// API call
const results = [
await useAdminAPIStore().createGoodsOrder(data),
await useAdminAPIStore().createBoothOrder(data),
await useAdminAPIStore().fetchGoodsOfCurrentBooth(),
await useAdminAPIStore().fetchGoodsCombinationsOfCurrentBooth(),
];
Expand Down

0 comments on commit 578db4e

Please sign in to comment.