revert changes
This commit is contained in:
parent
e494762c3a
commit
8f5797bbfb
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ class Marketplace
|
||||||
friend class ExcelReader;
|
friend class ExcelReader;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SellersVec sellers_{500};
|
SellersVec sellers_;
|
||||||
SalesVec sales_{50000};
|
SalesVec sales_;
|
||||||
BasketVec basket_{50};
|
BasketVec basket_;
|
||||||
};
|
};
|
||||||
|
|
||||||
double marketFee(int sumInCent, int percent, int maxFeeInCent);
|
double marketFee(int sumInCent, int percent, int maxFeeInCent);
|
||||||
|
|
Loading…
Reference in a new issue