diff --git a/notify.pl b/notify.pl index 8801e1b..742dcbd 100755 --- a/notify.pl +++ b/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'}";