Fix: update account_type send mail bug
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user