mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Improved SendCreditsBox for data from credits payment form.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user