Sfoglia il codice sorgente

Merge branch 'zzf-account' into dev

zhangzf 2 giorni fa
parent
commit
454f2f121c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/types/checkout/type.ts

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

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