update orders email and updated auth alerts

This commit is contained in:
franknstayn
2021-07-13 20:19:04 +08:00
parent 27b43721f5
commit ca21367c8a
3 changed files with 79 additions and 55 deletions

View File

@@ -380,9 +380,9 @@ class PaypalController extends Controller
if ($other_email[0] != null) {
$other_email = implode(", ", $other_email);
$email_cc = "orders@crewsportswear.com" . "," . $other_email;
$email_cc = "orders@merchbay.com" . "," . $other_email;
} else {
$email_cc = "orders@crewsportswear.com";
$email_cc = "orders@merchbay.com";
}
$explode_other_email = explode(",", $email_cc);