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;
|
||||
|
||||
Reference in New Issue
Block a user