Fix: change send mail function names - register bank info, register done
This commit is contained in:
@@ -40,7 +40,7 @@ $count = count_registered_player($maestroID);
|
||||
update_count_registered_player($maestroID, $count);
|
||||
|
||||
$maestro_data = get_maestro_data($maestroID);
|
||||
sendMailRegistered($maestro_data["name"], $maestro_data["email"]);
|
||||
sendMailRegisterDone($maestro_data["name"], $maestro_data["email"]);
|
||||
|
||||
send_result_success();
|
||||
exit;
|
||||
|
||||
@@ -29,7 +29,7 @@ if($maestroID === null) {
|
||||
exit;
|
||||
}
|
||||
|
||||
sendMailBankInfo($maestro_name, $email, $account_type);
|
||||
sendMailRegisterBankInfo($maestro_name, $email, $account_type);
|
||||
|
||||
send_result_success();
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user