commit 4e9862efc2926428861aaa121190794842255255 from: mischa date: Tue May 14 16:19:35 2024 UTC make notify flexible with vm name it gets presented commit - a6756de013b56074d00d8e11d97a98f1337e506f commit + 4e9862efc2926428861aaa121190794842255255 blob - 8801e1b71866756e1eb74995aa62b0709c627018 blob + 742dcbd0e25c5d57f81bb42ba565a89c3bbee0fa --- notify.pl +++ notify.pl @@ -142,10 +142,10 @@ sub mailout { $paypal_url = "SPONSORED"; } - if ($_donated !~ m/renewal/) { - print "renewal not set\n"; - next; - } + #if ($_donated !~ m/renewal/) { + #print "renewal not set\n"; + #next; + #} my $stripe = $stripe_urls{$_payment} || ''; my $ideal = $ideal_url || "https://bunq.me/openbsdams/${_payment}/${_instance}%20$conf{'conf'}{'SERVER'}";