Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Oct 23, 2023
1 parent e470c7b commit b48b2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/integration-aws-cognito/README.md
Original file line number Diff line number Diff line change
@@ -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.

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.
1 change: 1 addition & 0 deletions pkg/saleor/src/api/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit b48b2c6

@vercel
Copy link

@vercel vercel bot commented on b48b2c6 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.