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