2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fixed purchases of credits.

This commit is contained in:
23rd
2024-05-22 00:49:35 +03:00
committed by John Preston
parent 0e30e306ff
commit 174fb62c32
5 changed files with 19 additions and 51 deletions

View File

@@ -297,6 +297,7 @@ void Credits::setupOptions(not_null<Ui::VerticalLayout*> container) {
.product = option.product,
.currency = option.currency,
.amount = option.amount,
.extended = option.extended,
};
const auto weak = Ui::MakeWeak(button);