Skip to content

Commit 42af972

Browse files
committed
feat(payment): add checkout locale to Stripe elements
1 parent 0fa25fc commit 42af972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/cart/cart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export default interface Cart {
3535
createdTime: string;
3636
updatedTime: string;
3737
source?: CartSource;
38-
locale?: string;
38+
locale: string;
3939
}

0 commit comments

Comments
 (0)