Skip to content

Commit

Permalink
Update gh-pages to output generated at 91aa745
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Nov 3, 2023
1 parent 68a29c9 commit 8152a79
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
9 changes: 7 additions & 2 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[
{
"diff": "field_new",
"type": "Checkout",
"field": "voucher"
"type": "Fulfillment",
"field": "shippingRefundedAmount"
},
{
"diff": "field_new",
"type": "Fulfillment",
"field": "totalRefundedAmount"
}
]
14 changes: 14 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -18180,6 +18180,13 @@
}
}
},
"shippingRefundedAmount": {
"type": "Money",
"description": "Amount of refunded shipping price.\n\nAdded in Saleor 3.14.",
"deprecated": null,
"message": null,
"arguments": {}
},
"status": {
"type": "FulfillmentStatus!",
"description": null,
Expand All @@ -18194,6 +18201,13 @@
"message": null,
"arguments": {}
},
"totalRefundedAmount": {
"type": "Money",
"description": "Total refunded amount assigned to this fulfillment.\n\nAdded in Saleor 3.14.",
"deprecated": null,
"message": null,
"arguments": {}
},
"trackingNumber": {
"type": "String!",
"description": null,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container py-3">
<div class="border-bottom py-3 mb-3">
<h1>Saleor Deprecations Report</h1>
<p class="m-0">Generated on 2023-11-02 14:01:00</p>
<p class="m-0">Generated on 2023-11-03 14:00:59</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 8152a79

Please sign in to comment.