WIP MMCM
This commit is contained in:
@@ -56,7 +56,7 @@ export default {
|
||||
},
|
||||
checkIdAddressIsEligible: async function () {
|
||||
|
||||
const urlApi = '/php/api/v3/mmcm.php?street=' + encodeURI(this.store.street)
|
||||
const urlApi = '/php/api/v3/mmcm.php?EXEC=getEligibility&street=' + encodeURI(this.store.street)
|
||||
+ '&zip_code=' + this.store.zipCode
|
||||
+ '&city=' + this.store.city
|
||||
|
||||
@@ -68,6 +68,8 @@ export default {
|
||||
}
|
||||
})
|
||||
|
||||
console.log(productList);
|
||||
|
||||
this.store.setProductList(productList);
|
||||
this.$router.push({path: '/delivery-option'});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user