-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dashboard,core-flows,types,utils,medusa): Order cancelations wil…
…l refund payments (#10667) * feat(order, types): Add Credit Line to order module * chore: add action to inject credit lines * WIP * chore: add fixes + observe * chore: fix balances * chore: add canceled badge * chore: fix i18n schema * chore: remove redunddant query * chore: add changeset * chore: add credit lines for all cancel cases * chore: add accounting total * chore: address review & cleanup
- Loading branch information
Showing
27 changed files
with
1,239 additions
and
1,664 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@medusajs/dashboard": patch | ||
"@medusajs/core-flows": patch | ||
"@medusajs/types": patch | ||
"@medusajs/utils": patch | ||
"@medusajs/medusa": patch | ||
"@medusajs/order": patch | ||
--- | ||
|
||
feat(dashboard,core-flows,types,utils,medusa,order): Order cancelations will refund payments |
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
Oops, something went wrong.