feature/IO-3182-Phone-Number-Consent - Finish core functionality

This commit is contained in:
Dave Richer
2025-05-26 15:07:57 -04:00
parent db19ecb28c
commit 62c1c77a18
6 changed files with 126 additions and 10 deletions

View File

@@ -462,7 +462,7 @@ export const registerMessagingHandlers = ({ socket, client }) => {
logLocal("handlePhoneNumberOptedOut - Error", { error: error.message });
}
};
// New handler for phone number opt-in
const handlePhoneNumberOptedIn = async (data) => {
const { bodyshopid, phone_number } = data;