-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensures the max end date if user has more than 1 sku
The previous fix raised a concern on whether the user will endup having multiple SKUs of the same product. If so, multiple end dates would be found, but the iteration stopped on the first collected SKU. This ensures we go over them all, returning the last end date found.
- Loading branch information
1 parent
c9add5e
commit 3c615fd
Showing
1 changed file
with
16 additions
and
10 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