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 Oct 18, 2023
1 parent 3b49297 commit c0066ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
21 changes: 3 additions & 18 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
[
{
"diff": "field_new",
"type": "OrderLine",
"field": "saleId"
},
{
"diff": "field_new",
"type": "OrderLine",
"field": "voucherCode"
},
{
"diff": "field_new",
"type": "Payment",
"field": "partial"
},
{
"diff": "field_new",
"type": "Payment",
"field": "pspReference"
"diff": "enum_value_new",
"enum": "OrderErrorCode",
"value": "INVALID_VOUCHER"
}
]
5 changes: 5 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -37148,6 +37148,11 @@
"deprecated": null,
"message": null
},
"INVALID_VOUCHER": {
"description": null,
"deprecated": null,
"message": null
},
"NOT_AVAILABLE_IN_CHANNEL": {
"description": null,
"deprecated": 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-10-17 14:01:02</p>
<p class="m-0">Generated on 2023-10-18 14:01:05</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit c0066ef

Please sign in to comment.