-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shipper): update dragonfly shipping subjects and tracking number …
…format (#1064)
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -609,6 +609,7 @@ | |
"Your package is on the way!", | ||
"Your package is on its way", | ||
"Votre colis est en chemin!", | ||
"package is on its way", | ||
], | ||
}, | ||
"intelcom_packages": { | ||
|
@@ -620,9 +621,10 @@ | |
"subject": [ | ||
"Your package has been received!", | ||
"We've received your package", | ||
"We've received your", | ||
], | ||
}, | ||
"intelcom_tracking": {"pattern": ["INTLCMD[0-9]{9}"]}, | ||
"intelcom_tracking": {"pattern": ["NSPRSO[0-9]{10}"]}, | ||
# Walmart | ||
"walmart_delivering": { | ||
"email": ["[email protected]"], | ||
|