Skip to content

Commit

Permalink
feat(core): Expose customfields on ShippingMethod- & PaymentMethodQuote
Browse files Browse the repository at this point in the history
Closes #1260
  • Loading branch information
michaelbromley committed Dec 8, 2021
1 parent 2d065f9 commit 52972db
Show file tree
Hide file tree
Showing 16 changed files with 19,911 additions and 20,903 deletions.
2 changes: 2 additions & 0 deletions packages/admin-ui/src/lib/core/src/common/generated-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3473,6 +3473,7 @@ export type PaymentMethodQuote = {
description: Scalars['String'];
isEligible: Scalars['Boolean'];
eligibilityMessage?: Maybe<Scalars['String']>;
customFields?: Maybe<Scalars['JSON']>;
};

export type PaymentMethodSortParameter = {
Expand Down Expand Up @@ -4637,6 +4638,7 @@ export type ShippingMethodQuote = {
description: Scalars['String'];
/** Any optional metadata returned by the ShippingCalculator in the ShippingCalculationResult */
metadata?: Maybe<Scalars['JSON']>;
customFields?: Maybe<Scalars['JSON']>;
};

export type ShippingMethodSortParameter = {
Expand Down
Loading

0 comments on commit 52972db

Please sign in to comment.