From d48ecc2d575f442de8db6ee69c071119f946aabb Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 4 Apr 2023 11:11:23 -0500 Subject: [PATCH] hotfix --- lib/registration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/registration.rb b/lib/registration.rb index 143e5fbae676322512fe9ebbf326ca7a8f8c8bc6..8327848d7ffefcd528d15e0cc1329d0fe4d2aaa4 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -278,7 +278,7 @@ class Registration def handle_possible_prev(iq) raise "Action not allowed" unless iq.prev? - Activation.for(@customer, @tel).then(&:write) + Activation.for(@customer, nil, @tel).then(&:write) end def addr_and_rate