@@ -165,12 +165,10 @@ class Plan
end
def notify_approved
- sid = REDIS.get("reg-sid_for-#{@customer.id}")- tel = REDIS.get("reg-session_tel-#{sid}")&.sub(/\+/, "%2B")
@customer.notify(
"Your JMP account has been approved. To complete " \
- "your signup, click/tap here: " \- "https://jmp.chat/sp1a/register4/?sid=#{sid}&number=#{tel}"
+ "your signup, click/tap here: xmpp:cheogram.com " \
+ "and send register jmp.chat to the bot."
)
end
end