Skip to content

Commit

Permalink
Merge branch 'w49_MDL-31424_m23_paypalcase' of git://github.com/skoda…
Browse files Browse the repository at this point in the history
…k/moodle into MOODLE_23_STABLE
  • Loading branch information
danpoltawski committed Dec 11, 2012
2 parents 2e65383 + 408ef58 commit 8f647f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/paypal/ipn.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

}

if ($data->business != $plugin->get_config('paypalbusiness')) { // Check that the email is the one we want it to be
if (textlib::strtolower($data->business) !== textlib::strtolower($plugin->get_config('paypalbusiness'))) { // Check that the email is the one we want it to be
message_paypal_error_to_admin("Business email is {$data->business} (not ".
$plugin->get_config('paypalbusiness').")", $data);
die;
Expand Down

0 comments on commit 8f647f1

Please sign in to comment.