diff --git a/data/schema-changes.json b/data/schema-changes.json index 4df135d..ea14c9a 100644 --- a/data/schema-changes.json +++ b/data/schema-changes.json @@ -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" } ] \ No newline at end of file diff --git a/data/schema-previous.json b/data/schema-previous.json index 546cc85..a192331 100644 --- a/data/schema-previous.json +++ b/data/schema-previous.json @@ -37148,6 +37148,11 @@ "deprecated": null, "message": null }, + "INVALID_VOUCHER": { + "description": null, + "deprecated": null, + "message": null + }, "NOT_AVAILABLE_IN_CHANNEL": { "description": null, "deprecated": null, diff --git a/index.html b/index.html index 251371e..f5fb20a 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

Saleor Deprecations Report

-

Generated on 2023-10-17 14:01:02

+

Generated on 2023-10-18 14:01:05

Summary