From b8885467fd22510ac81a9dc724ddde903b06f4f4 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 13 Jul 2025 17:31:50 -0500 Subject: [PATCH] Disable free gplay month for now --- lib/registration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/registration.rb b/lib/registration.rb index 274b9ecc578c953ea7bc9066141cf6743651fd39..97de8448f5b6aa40c012bf0291547199afdc3715 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -97,7 +97,7 @@ class Registration jid = ProxiedJID.new(customer.jid).unproxied if CONFIG[:approved_domains].key?(jid.domain.to_sym) Allow.for(customer, tel, jid) - elsif google_play_userid + elsif false && google_play_userid GooglePlay.new(customer, google_play_userid, tel) else new(customer, tel)