Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasrotia authored Oct 16, 2023
2 parents cc68185 + 4ab27fc commit 0577a7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/datatypes/data/order.example.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"xdm:refundReason": "price_adjustment",
"xdm:refundPaymentType": "credit_card",
"xdm:currencyCode": "USD"
},
{
"xdm:transactionID": "transactid-a112",
"xdm:refundAmmount": 50.49,
"xdm:refundPaymentType": "credit_card",
"xdm:currencyCode": "USD"
}
]
],
"xdm:refundTotal": 950.48
}
5 changes: 5 additions & 0 deletions components/datatypes/data/order.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
"description": "The date/time when an order cancellation is initiated by the shopper.",
"meta:titleId": "order##xdm:cancelDate##title##86156",
"meta:descriptionId": "order##xdm:cancelDate##description##47786"
},
"xdm:refundTotal": {
"title": "Total Amount Refunded",
"type": "number",
"description": "The total amount provided in this refund on the order, combining all refunded items and after any discounts etc. have been applied."
}
}
}
Expand Down

0 comments on commit 0577a7f

Please sign in to comment.