瀏覽代碼

Merge branch 'zzf-account' into dev

zhangzf 2 天之前
父節點
當前提交
a6d8f81fbe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/types/checkout/type.ts

+ 1 - 0
src/types/checkout/type.ts

@@ -295,6 +295,7 @@ export interface CreateCheckoutAddressOperation {
 export interface Country {
   code: string;
   name: string;
+  _id: number;
   id: string;
 }