No more legacy session for BTC

Stephen Paul Weber created

Everyone gets told to go finish up with sgx-jmp

Change summary

bin/process_pending_btc_transactions | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Detailed changes

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