fix(medusa): expose items.refundable

This commit is contained in:
Sebastian Rindom
2021-03-15 13:45:20 +01:00
parent 6ad2b0e6e9
commit 3fbf38ffc9

View File

@@ -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",