feat(core-flows,types): Refunds can only be performed when order is imbalanced (#8944)
* feat(core-flows,types): Refunds can only be performed when order is imbalanced * Apply suggestions from code review Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> * chore: fix tests --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
9a34e03ae1
commit
230acb700b
@@ -12,6 +12,7 @@ export const defaultAdminOrderFields = [
|
||||
export const defaultAdminRetrieveOrderFields = [
|
||||
"id",
|
||||
"display_id",
|
||||
"region_id",
|
||||
"status",
|
||||
"version",
|
||||
"summary",
|
||||
|
||||
Reference in New Issue
Block a user