Skip to content

Commit

Permalink
Added: filter to fetch only pickup allowed facilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandesh3003 committed Jun 20, 2024
1 parent e18144d commit af25c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PickupLocationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default defineComponent({
async getStores(point?: string) {
let payload = {
"viewSize": process.env.VUE_APP_VIEW_SIZE,
"filters": ["storeType: RETAIL_STORE"]
"filters": ["storeType: RETAIL_STORE", "pickup_pref: true"]
} as any
if (point) {
Expand Down

0 comments on commit af25c7b

Please sign in to comment.