fix(medusa): expose items.refundable
This commit is contained in:
@@ -43,6 +43,7 @@ export const defaultFields = [
|
||||
"shipping_total",
|
||||
"discount_total",
|
||||
"tax_total",
|
||||
"items.refundable",
|
||||
"refunded_total",
|
||||
"gift_card_total",
|
||||
"subtotal",
|
||||
@@ -71,6 +72,7 @@ export const allowedFields = [
|
||||
"email",
|
||||
"region_id",
|
||||
"currency_code",
|
||||
"items.refundable",
|
||||
"tax_rate",
|
||||
"created_at",
|
||||
"shipping_total",
|
||||
|
||||
Reference in New Issue
Block a user