We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c462d1 + 67fc9b2 commit edf32bcCopy full SHA for edf32bc
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