Fix: update account_type send mail bug

This commit is contained in:
2018-09-20 18:38:14 +09:00
parent 0606d34d16
commit b99c772205
@@ -33,7 +33,7 @@ if($countUpgrade === null || $countUpgrade < 1) {
} }
$maestro_data = get_maestro_data($maestro_id); $maestro_data = get_maestro_data($maestro_id);
sendMailUpgradeBankInfo($maestro_data["name"], $$maestro_data["email"], $registered_acount_type, $upgrade_account_type); sendMailUpgradeBankInfo($maestro_data["name"], $maestro_data["email"], $registered_acount_type, $upgrade_account_type);
send_result_success(); send_result_success();
exit; exit;