mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'w49_MDL-31424_m23_paypalcase' of git://github.com/skodak/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
8f647f1d3a
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ if (strlen($result) > 0) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
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 ".
|
message_paypal_error_to_admin("Business email is {$data->business} (not ".
|
||||||
$plugin->get_config('paypalbusiness').")", $data);
|
$plugin->get_config('paypalbusiness').")", $data);
|
||||||
die;
|
die;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue