Skip to content

Commit

Permalink
fix: typo in interface (#1974)
Browse files Browse the repository at this point in the history
Shopware returns extensions not extenstions, seems to be a typo in the interface
  • Loading branch information
TanjaBayer committed Feb 3, 2023
1 parent 2dadc33 commit af7564c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export interface Salutation {
translations: SalutationTranslation[] | null;
translated: object;
updatedAt: string | null;
extenstions: object;
extensions: object;
}

0 comments on commit af7564c

Please sign in to comment.