Correct variable name.

This commit is contained in:
Bradley M. Kuhn 2016-01-22 17:10:45 -08:00
parent 8f5c3b8d1f
commit 6986796a7d

View file

@ -78,7 +78,7 @@ foreach my $id (@supporterIds) {
my $amount = $sp->donorTotalGaveInPeriod(donorId => $id);
if ($amount < $GIVING_LIMIT) {
print "Skipping $id request for $sizeNeeded because donor only gave $amount and giving limit is $GIVING\n" if $VERBOSE;
print "Skipping $id request for $sizeNeeded because donor only gave $amount and giving limit is $GIVING_LIMIT\n" if $VERBOSE;
next;
}