diff --git a/bin/process_pending_btc_transactions b/bin/process_pending_btc_transactions index c154af521d0afb2393bd637f4508c2582a8de453..60df892003ef147e62c6fdaae3979e27a8c000a1 100755 --- a/bin/process_pending_btc_transactions +++ b/bin/process_pending_btc_transactions @@ -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