feature/IO-3182-Phone-Number-Consent - Checkpoint
This commit is contained in:
@@ -12,7 +12,7 @@ const { phone } = require("phone");
|
|||||||
const { admin } = require("../firebase/firebase-handler");
|
const { admin } = require("../firebase/firebase-handler");
|
||||||
const InstanceManager = require("../utils/instanceMgr").default;
|
const InstanceManager = require("../utils/instanceMgr").default;
|
||||||
|
|
||||||
9; // Note: When we handle different languages, we might need to adjust these keywords accordingly.
|
// Note: When we handle different languages, we might need to adjust these keywords accordingly.
|
||||||
const optInKeywords = ["START", "YES", "UNSTOP"];
|
const optInKeywords = ["START", "YES", "UNSTOP"];
|
||||||
const optOutKeywords = ["STOP", "STOPALL", "UNSUBSCRIBE", "CANCEL", "END", "QUIT", "REVOKE", "OPTOUT"];
|
const optOutKeywords = ["STOP", "STOPALL", "UNSUBSCRIBE", "CANCEL", "END", "QUIT", "REVOKE", "OPTOUT"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user