limit number of orders
This commit is contained in:
@@ -207,3 +207,5 @@ export const orderTexts = {
|
||||
PLACED_BY: 'Placed by'
|
||||
}
|
||||
};
|
||||
|
||||
export const MAX_ORDER_COUNT = 5;
|
||||
|
||||
Reference in New Issue
Block a user