We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cb895 commit ce6d656Copy full SHA for ce6d656
commands/DonateCommand.php
@@ -70,7 +70,7 @@ public static function handleCallbackQuery(CallbackQuery $callback_query, array
70
{
71
self::createPaymentInvoice(
72
$callback_query->getFrom()->getId(),
73
- $callback_data['amount'],
+ (int) $callback_data['amount'],
74
$callback_data['currency']
75
);
76
0 commit comments