2 Commits 454f2f121c ... a6d8f81fbe

Autore SHA1 Messaggio Data
  zhangzf a6d8f81fbe Merge branch 'zzf-account' into dev 2 giorni fa
  zhangzf 9370cd1d49 ts_change 2 giorni fa
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {
 export interface Country {
   code: string;
   code: string;
   name: string;
   name: string;
+  _id: number;
   id: string;
   id: string;
 }
 }