Skip to content

Commit 562c3ed

Browse files
committed
changed seller fulfillment method type to required
1 parent 82cb50c commit 562c3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface ISeller {
3434
};
3535
coordinates: [number, number];
3636
order_online_enabled_pref: boolean;
37-
fulfillment_method?: string;
37+
fulfillment_method: string;
3838
fulfillment_description?: string;
3939
}
4040

0 commit comments

Comments
 (0)