2 Achegas 454f2f121c ... a6d8f81fbe

Autor SHA1 Mensaxe Data
  zhangzf a6d8f81fbe Merge branch 'zzf-account' into dev hai 2 días
  zhangzf 9370cd1d49 ts_change hai 2 días
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }