~singpolyma/jmp-pay

4d640290897c5a4e12c001fea540faef72dfc24d — Stephen Paul Weber 1 year, 7 months ago 5bd2700
No more legacy session for BTC

Everyone gets told to go finish up with sgx-jmp
1 files changed, 2 insertions(+), 4 deletions(-)

M bin/process_pending_btc_transactions
M bin/process_pending_btc_transactions => bin/process_pending_btc_transactions +2 -4
@@ 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