Don't allow free buy gift offers.
This commit is contained in:
@@ -4218,6 +4218,7 @@ void UniqueGiftSellBox(
|
||||
.starsMax = appConfig.giftResaleStarsMax(),
|
||||
.nanoTonMin = nanoTonMin,
|
||||
.nanoTonMax = appConfig.giftResaleNanoTonMax(),
|
||||
.allowEmpty = true,
|
||||
});
|
||||
state->price = std::move(priceInput.result);
|
||||
state->computePrice = std::move(priceInput.computeResult);
|
||||
|
||||
Reference in New Issue
Block a user