fix(medusa): Remove items.refundable from the order default store fields (#4294)
* fix(medusa): Remove items.refundable from the order default store fields * Create khaki-socks-thank.md --------- Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2c0074031b
commit
8e708aaddf
5
.changeset/khaki-socks-thank.md
Normal file
5
.changeset/khaki-socks-thank.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): Remove items.refundable from the order default store fields
|
||||
@@ -108,7 +108,6 @@ export const defaultStoreOrdersFields = [
|
||||
"currency_code",
|
||||
"tax_rate",
|
||||
"created_at",
|
||||
"items.refundable",
|
||||
] as (keyof Order)[]
|
||||
|
||||
export const allowedStoreOrdersFields = [
|
||||
@@ -124,6 +123,7 @@ export const allowedStoreOrdersFields = [
|
||||
"refundable_amount",
|
||||
"gift_card_total",
|
||||
"gift_card_tax_total",
|
||||
"items.refundable",
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user