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 2bb0d0c commit 2ba5d72Copy full SHA for 2ba5d72
src/billing/cloudpayments.ts
@@ -690,7 +690,7 @@ subscription id: ${body.SubscriptionId}`;
690
691
const emoji = [SubscriptionStatus.CANCELLED, SubscriptionStatus.REJECTED].includes(body.Status) ? '❌' : '✅';
692
693
- this.handleSendingToTelegramError(telegram.sendMessage(`${emoji} [Billing / Recurrent] New recurrent transaction
+ this.handleSendingToTelegramError(telegram.sendMessage(`${emoji} [Billing / Recurrent] New recurrent event
694
695
amount: ${+body.Amount} ${body.Currency}
696
next payment date: ${body.NextTransactionDate}
0 commit comments