-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding caching to data mapper (#864)
* added caching service to mapper * added integer to list * merged in main and cleaned up PR * more cleanup * reverted class change * silenced CI failures for mapper * updated git ignore * Sanitize duration_in_months always (#985) * Support amending orders with coupons (#956) * Productionize coupon order trigger (#934) * Ensure updateCoupons trigger is deterministic (#988) * Update 'add_invoice_items.period.end.type' on proration invoices (#987) * Backend proration with amendment (#847) * Add class access for coupon handler (#990) * Manual Translation in Sync Preferences (#992) * passing in mapper to amendment funcs * removed extra backoff * return empty list for non supported cache types --------- Co-authored-by: Nada Ismail <[email protected]> Co-authored-by: jmather-c <[email protected]> Co-authored-by: mbianco-stripe <[email protected]>
- Loading branch information
1 parent
6789b41
commit a5cb0a1
Showing
8 changed files
with
46 additions
and
36 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 |
---|---|---|
|
@@ -44,3 +44,4 @@ test/reports/ | |
.DS_Store | ||
/vendor/bundle | ||
node_modules | ||
.sfdx/* |
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
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
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
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
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
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
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