feat(dashboard,core-flows,types,utils,medusa): Order cancelations will 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
This commit is contained in:
@@ -46,6 +46,7 @@ export const defaultAdminRetrieveOrderFields = [
|
||||
"*payment_collections",
|
||||
"*payment_collections.payments",
|
||||
"*payment_collections.payments.refunds",
|
||||
"*payment_collections.payments.captures",
|
||||
]
|
||||
|
||||
export const defaultAdminRetrieveOrderChangesFields = [
|
||||
|
||||
Reference in New Issue
Block a user