We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cc771 commit 3aed5edCopy full SHA for 3aed5ed
src/billing/cloudpayments.ts
@@ -153,7 +153,7 @@ userId: ${userId}`
153
} else {
154
nextPaymentDate = new Date(now);
155
}
156
-
+
157
if (workspace.isDebug) {
158
nextPaymentDate.setDate(nextPaymentDate.getDate() + 1);
159
@@ -672,7 +672,7 @@ amount: ${+body.Amount} ${body.Currency}
672
next payment date: ${body.NextTransactionDate}
673
workspace id: ${body.AccountId}
674
subscription id: ${body.Id}`
675
-, TelegramBotURLs.Money));
+ , TelegramBotURLs.Money));
676
HawkCatcher.send(new Error(`[Billing / Recurrent] New recurrent event with ${body.Status} status`), req.body);
677
678
switch (body.Status) {
0 commit comments