make notify flexible with vm name it gets presented

This commit is contained in:
mischa 2024-05-14 18:19:35 +02:00
parent a6756de013
commit 4e9862efc2
1 changed files with 4 additions and 4 deletions

View File

@ -142,10 +142,10 @@ sub mailout {
$paypal_url = "SPONSORED"; $paypal_url = "SPONSORED";
} }
if ($_donated !~ m/renewal/) { #if ($_donated !~ m/renewal/) {
print "renewal not set\n"; #print "renewal not set\n";
next; #next;
} #}
my $stripe = $stripe_urls{$_payment} || ''; my $stripe = $stripe_urls{$_payment} || '';
my $ideal = $ideal_url || "https://bunq.me/openbsdams/${_payment}/${_instance}%20$conf{'conf'}{'SERVER'}"; my $ideal = $ideal_url || "https://bunq.me/openbsdams/${_payment}/${_instance}%20$conf{'conf'}{'SERVER'}";