Added products

This commit is contained in:
Niklas Fondberg
2021-04-07 16:06:55 +02:00
parent 949c641410
commit 59e385c144
6 changed files with 163 additions and 56 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ interface Order {
customerCellphone: string;
billingAddressId: number;
deliveryAddressId: number;
flyer_ids: string;
flyerIds: string;
market: string;
locale: string;
}