We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa25fc commit 42af972Copy full SHA for 42af972
packages/core/src/cart/cart.ts
@@ -35,5 +35,5 @@ export default interface Cart {
35
createdTime: string;
36
updatedTime: string;
37
source?: CartSource;
38
- locale?: string;
+ locale: string;
39
}
0 commit comments