We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d297f3b commit 5f75276Copy full SHA for 5f75276
src/billing/cloudpayments.ts
@@ -185,6 +185,16 @@ userId: ${userId}`
185
return;
186
}
187
188
+ this.handleSendingToTelegramError(telegram.sendMessage(`✅ [Billing / Compose payment]
189
+
190
+ card link operation: ${isCardLinkOperation}
191
+ amount: ${+tariffPlan.monthlyCharge} RUB
192
+ last charge date: ${workspace.lastChargeDate?.toISOString()}
193
+ next payment date: ${nextPaymentDate.toISOString()}
194
+ workspace id: ${workspace._id.toString()}
195
+ debug: ${workspace.isDebug}`
196
+ , TelegramBotURLs.Money));
197
198
res.send({
199
invoiceId,
200
plan: {
0 commit comments