Improved SendCreditsBox for data from credits payment form.

This commit is contained in:
23rd
2024-05-24 20:48:01 +03:00
committed by John Preston
parent f08ff92470
commit 3dd894ad30
3 changed files with 55 additions and 17 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ void ActivateBotCommand(ClickHandlerContext context, int row, int column) {
case ButtonType::Buy: {
if (Ui::IsCreditsInvoice(item)) {
controller->uiShow()->show(Box(Ui::SendCreditsBox, item));
// controller->uiShow()->show(Box(Ui::SendCreditsBox, item));
} else {
Payments::CheckoutProcess::Start(
item,