Merge branch 'release/2025.02.13' into rlsmerge/2025.02.13-to-develop

This commit is contained in:
CarlNation 2025-02-10 06:17:22 -05:00
commit 976ab648a1

View file

@ -3066,7 +3066,6 @@ export const actions = {
);
},
saveIsSmsOptIn(context, isSmsOptIn) {
debugger; // eslint-disable-line
context.commit(storeMutations.UPDATE_CUSTOMER_IS_SMS_OPT_IN, isSmsOptIn);
},