Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Feb 27, 2015
1 parent 72c1c8b commit 1bdb931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Subscribe/subscribe.pl
Expand Up @@ -210,7 +210,7 @@ sub paypal {
my $txid = getCurrentForm('tx');
my $subscribe = getObject('Slash::Subscribe');
my ($error, $note);
my $puid = $constanst->{anonymous_coward_uid};
my $puid = $constants->{anonymous_coward_uid};

if (!$subscribe->paymentExists($txid)){
# IPN may have gotten the payment first.
Expand Down

0 comments on commit 1bdb931

Please sign in to comment.