update orders email and updated auth alerts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user