-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Order ID lookup functions to aid customer support
This commit adds lookup functions that allows transaction histories to be found using the Order ID from the customer. The Order ID is a string that gets included in each email receipt and can be used in customer support situations. Currently the function is not exposed in any external APIs. It can only be used interactively on a Node.js console. From the perspective of the API and the server functionality, this commit should be a no-op. ------- Testing ------- Damus API: This commit Coverage: - All automated tests are passing (with no `.env`) - Typescript type check has no regressions - New function was tested by using it via Node.js console to help solve a real customer support request Closes: #9 Changelog-Added: Add Order ID lookup functions to aid customer support Signed-off-by: Daniel D’Aquino <[email protected]> Reviewed-by: William Casarin <[email protected]>
- Loading branch information
1 parent
7cef4da
commit 790210d
Showing
1 changed file
with
99 additions
and
28 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