feat: ozon small stickers
This commit is contained in:
@@ -47,8 +47,9 @@ class PrintingService {
|
||||
}
|
||||
|
||||
public getPrinter(baseMarketplace: number): string {
|
||||
if (baseMarketplace == 0) return "wildberries";
|
||||
return "ozon";
|
||||
if (baseMarketplace == 2) return 'ozon';
|
||||
return "wildberries";
|
||||
// return "ozon";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user