diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 53f981d8a..05a55cc5c 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -114,8 +114,8 @@ const endpoints = { url: "/schedule/api/v1/schedule/mobile-time-slots", method: "POST", }, - GetMobileEarlyBirdFee: { - url: "/parts/api/v1/parts/mobile-early-bird-fee", + GetMobilePremiumFee: { + url: "/parts/api/v1/parts/mobile-premium-fee", method: "GET", }, SaveSession: { diff --git a/src/constants/store-actions.js b/src/constants/store-actions.js index 5ff98fd9d..c44a6fe85 100644 --- a/src/constants/store-actions.js +++ b/src/constants/store-actions.js @@ -35,7 +35,7 @@ const storeActions = { GET_SHOP_TIME_SLOTS: "getShopTimeSlots", GET_MOBILE_TIME_SLOTS: "getMobileTimeSlots", GET_PROVIDERS: "getProviders", - GET_MOBILE_EARLY_BIRD_FEE: "getMobileEarlyBirdFee", + GET_MOBILE_PREMIUM_FEE: "getMobilePremiumFee", SAVE_SESSION: "saveSession", LOAD_SESSION: "loadSession", UPDATE_STORE_WITH_SAVE_SESSION_RESPONSE: "updateStoreWithSaveSessionResponse", diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index ae2c4042c..3a4290cb9 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -28,7 +28,7 @@