File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ plan monthly charge: ${data.cloudPayments?.recurrent.amount} ${body.Currency}`
557557
558558 await this . sendReceipt ( workspace , tariffPlan , userEmail ) ;
559559
560- let messageText = ''
560+ let messageText = '' ;
561561
562562 if ( data . cloudPayments ?. recurrent . startDate ) {
563563 messageText = `✅ [Billing / Pay] New payment
@@ -566,16 +566,14 @@ amount: ${+body.Amount} ${body.Currency}
566566next payment date: ${ data . cloudPayments ?. recurrent . startDate }
567567workspace id: ${ workspace . _id }
568568date of operation: ${ body . DateTime }
569- subscription id: ${ body . SubscriptionId } `
570-
569+ subscription id: ${ body . SubscriptionId } ` ;
571570 } else {
572571 messageText = `✅ [Billing / Pay] New Recurrent payment
573572
574573amount: ${ + body . Amount } ${ body . Currency }
575574workspace id: ${ workspace . _id }
576575date of operation: ${ body . DateTime }
577- subscription id: ${ body . SubscriptionId } `
578-
576+ subscription id: ${ body . SubscriptionId } ` ;
579577 }
580578
581579 this . handleSendingToTelegramError ( telegram . sendMessage ( messageText , TelegramBotURLs . Money ) ) ;
You can’t perform that action at this time.
0 commit comments