diff --git a/pkg/integration-aws-cognito/README.md b/pkg/integration-aws-cognito/README.md index fa1043b84..6e9c5dded 100644 --- a/pkg/integration-aws-cognito/README.md +++ b/pkg/integration-aws-cognito/README.md @@ -1,3 +1,4 @@ # AWS Cognito integration -This integration is mostly used to sync the internal contacts model with the AWS Cognito user pool. We are writing the information on the "Sales Channel" -as user attribute to cognito. \ No newline at end of file + +This integration is mostly used to sync the internal contacts model with the AWS Cognito user pool. We are writing the information on the "Sales Channel" +as user attribute to cognito. diff --git a/pkg/saleor/src/api/generated/graphql.ts b/pkg/saleor/src/api/generated/graphql.ts index dd6a16b82..ccf3ec643 100644 --- a/pkg/saleor/src/api/generated/graphql.ts +++ b/pkg/saleor/src/api/generated/graphql.ts @@ -15861,6 +15861,7 @@ export enum OrderErrorCode { InsufficientStock = "INSUFFICIENT_STOCK", Invalid = "INVALID", InvalidQuantity = "INVALID_QUANTITY", + InvalidVoucher = "INVALID_VOUCHER", NotAvailableInChannel = "NOT_AVAILABLE_IN_CHANNEL", NotEditable = "NOT_EDITABLE", NotFound = "NOT_FOUND",