~singpolyma/jmp-pay

431d1537c0001dc419f5b509be33c1d96e4902fa — Stephen Paul Weber 3 years ago cc6b975
typo
1 files changed, 2 insertions(+), 2 deletions(-)

M config.ru
M config.ru => config.ru +2 -2
@@ 215,11 215,11 @@ class JmpPay < Roda
		return if REDIS.sismember(redis_key_btc_addresses, request.params["address"])

		warn "Address and customer_id do not match"
		r.halt(
		r.halt([
			403,
			{"Content-Type" => "text/plain"},
			"Address and customer_id do not match"
		)
		])
	end

	route do |r|