From 431d1537c0001dc419f5b509be33c1d96e4902fa Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 13 Apr 2021 10:26:50 -0500 Subject: [PATCH] typo --- config.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ru b/config.ru index 7255143c92d872aa747ef3b005cea3bdb5187e93..ac9fde5dd74851a99f99144d4a97035aa90cc958 100644 --- a/config.ru +++ b/config.ru @@ -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|