Skip to content

Commit

Permalink
fix(core): Fix issues with Promotion & PaymentMethod null descriptions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `Promotion` & `PaymentMethod` `description` is once again non-nullable. This will
require a simple non-destructive DB migration.
  • Loading branch information
michaelbromley committed Apr 24, 2023
1 parent 060df5e commit 7b407de
Show file tree
Hide file tree
Showing 7 changed files with 7,576 additions and 12,178 deletions.
7 changes: 7 additions & 0 deletions packages/core/e2e/graphql/fragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,13 +441,20 @@ export const PROMOTION_FRAGMENT = gql`
startsAt
endsAt
name
description
enabled
conditions {
...ConfigurableOperation
}
actions {
...ConfigurableOperation
}
translations {
id
languageCode
name
description
}
}
${CONFIGURABLE_FRAGMENT}
`;
Expand Down
Loading

0 comments on commit 7b407de

Please sign in to comment.