We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1255a39 commit 9439c45Copy full SHA for 9439c45
1 file changed
src/billing/cloudpayments.ts
@@ -492,7 +492,7 @@ export default class CloudPaymentsWebhooks {
492
493
try {
494
/**
495
- * Cancel payment if it is deferred
+ * Refund the money that were charged to link a card
496
*/
497
if (data.isCardLinkOperation) {
498
this.handleSendingToTelegramError(telegram.sendMessage(`✅ [Billing / Pay] Recurrent payments activated for «${workspace.name}». 1 RUB charged`, TelegramBotURLs.Money));
0 commit comments