This takes a hash as argument.
This commit is contained in:
parent
215ac05484
commit
964755c3e3
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ foreach my $id (sort keys %idsSent) {
|
|||
print STDERR $out;
|
||||
next;
|
||||
}
|
||||
print "WOULD CALL: $sp->fulfillRequest($id, requestType => $request->{requestType},
|
||||
who => $WHO, how => $HOW);\n";
|
||||
$sp->fulfillRequest({ donorId => $id, requestType => $request->{requestType},
|
||||
who => $WHO, how => $HOW});
|
||||
|
||||
my $emailTo = $sp->getPreferredEmailAddress($id);
|
||||
if (not defined $emailTo) {
|
||||
|
|
Loading…
Reference in a new issue