limit number of orders

This commit is contained in:
GotPPay
2018-08-07 14:13:58 +02:00
parent 7725556f38
commit 5a06649406
2 changed files with 5 additions and 2 deletions

View File

@@ -207,3 +207,5 @@ export const orderTexts = {
PLACED_BY: 'Placed by'
}
};
export const MAX_ORDER_COUNT = 5;