Skip to content

Commit 2ba5d72

Browse files
committed
Upd
1 parent 2bb0d0c commit 2ba5d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/billing/cloudpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ subscription id: ${body.SubscriptionId}`;
690690

691691
const emoji = [SubscriptionStatus.CANCELLED, SubscriptionStatus.REJECTED].includes(body.Status) ? '❌' : '✅';
692692

693-
this.handleSendingToTelegramError(telegram.sendMessage(`${emoji} [Billing / Recurrent] New recurrent transaction
693+
this.handleSendingToTelegramError(telegram.sendMessage(`${emoji} [Billing / Recurrent] New recurrent event
694694
695695
amount: ${+body.Amount} ${body.Currency}
696696
next payment date: ${body.NextTransactionDate}

0 commit comments

Comments
 (0)