Skip to content

Commit edf32bc

Browse files
committed
Merge branch 'fix/payment-tg-messages' into stage
2 parents 8c462d1 + 67fc9b2 commit edf32bc

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)