-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2920e7f
commit 86cd56e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -854,7 +854,7 @@ | |
<select asp-for="Cart.Order!.SalesEmail" class="custom-select mr-sm-2" id="sales"> | ||
@* Remember, also need to update these in Ops! *@ | ||
<option value="[email protected]">Support</option> | ||
<option value="[email protected]">Alan</option> | ||
<option value="[email protected]">Allen</option> | ||
<option value="[email protected]">Charlie</option> | ||
<option value="[email protected]">Dan</option> | ||
<option value="[email protected]">Domenic</option> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,7 +363,7 @@ | |
<div class="form-floating mb-3"> | ||
<select asp-for="Order.SalesEmail" class="form-select mr-sm-2" id="sales"> | ||
<option value="[email protected]">Support</option> | ||
<option value="[email protected]">Alan</option> | ||
<option value="[email protected]">Allen</option> | ||
<option value="[email protected]">Charlie</option> | ||
<option value="[email protected]">Dan</option> | ||
<option value="[email protected]">Domenic</option> | ||
|