diff --git a/src/constants/store-actions.js b/src/constants/store-actions.js index ebffdebde..27e65d992 100644 --- a/src/constants/store-actions.js +++ b/src/constants/store-actions.js @@ -83,6 +83,7 @@ const storeActions = { SAVE_SUPPORTING_ITEMS_SUPPRESSING_STATE_RESETTING: "saveSupportingItemsSuppressingStateResetting", SAVE_VAPS: "saveVaps", + SAVE_CUSTOMER_DETAILS: "saveCustomerDetails", }; export { storeActions }; diff --git a/src/constants/store-mutations.js b/src/constants/store-mutations.js index 939caf922..0a2c1bed1 100644 --- a/src/constants/store-mutations.js +++ b/src/constants/store-mutations.js @@ -37,6 +37,9 @@ const storeMutations = { UPDATE_CUSTOMER_EMAIL_ADDRESS: "updateCustomerEmailAddress", + //CUSTOMER MUTATIONS + UPDATE_CUSTOMER_DETAILS: "updateCustomerDetails", + // ORDER MUTATIONS UPDATE_REFERRAL_NUMBER: "updateReferralNumber", UPDATE_REFERRAL_DATE: "updateReferralDate", diff --git a/src/digital-components/phonenumber-question/phonenumber-question.vue b/src/digital-components/phonenumber-question/phonenumber-question.vue index 8a5ba052c..ff0bbadd9 100644 --- a/src/digital-components/phonenumber-question/phonenumber-question.vue +++ b/src/digital-components/phonenumber-question/phonenumber-question.vue @@ -1,7 +1,7 @@