Forgot Password and Forgot Username for Customer, requested by fiberwan

This commit is contained in:
Ibnu Maksum
2024-09-20 17:07:18 +07:00
parent 686d2a188a
commit 9b1adb15da
6 changed files with 258 additions and 171 deletions

View File

@ -217,7 +217,7 @@ class Message
) {
if ($via == 'sms') {
Message::sendSMS($phone, $msg);
} else if ($config['user_notification_payment'] == 'email') {
} else if ($via == 'email') {
self::sendEmail($cust['email'], '[' . $config['CompanyName'] . '] ' . Lang::T("Balance Notification"), $msg);
} else if ($via == 'wa') {
Message::sendWhatsapp($phone, $msg);