diff --git a/package.json b/package.json index c3126a1f..5ad97674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.2.20", + "version": "1.2.21", "main": "index.ts", "license": "BUSL-1.1", "scripts": { diff --git a/src/billing/cloudpayments.ts b/src/billing/cloudpayments.ts index 58090ffc..bcee09e0 100644 --- a/src/billing/cloudpayments.ts +++ b/src/billing/cloudpayments.ts @@ -202,7 +202,7 @@ export default class CloudPaymentsWebhooks { return; } - telegram.sendMessage(`✅ [Billing / Check] All checks passed successfully «${workspace.name}»`, TelegramBotURLs.Money) + telegram.sendMessage(`🤗 [Billing / Check] All checks passed successfully «${workspace.name}»`, TelegramBotURLs.Money) .catch(e => console.error('Error while sending message to Telegram: ' + e)); HawkCatcher.send(new Error('[Billing / Check] All checks passed successfully'), body as any); diff --git a/src/resolvers/billingNew.ts b/src/resolvers/billingNew.ts index 82fe2ab3..64e1537f 100644 --- a/src/resolvers/billingNew.ts +++ b/src/resolvers/billingNew.ts @@ -156,7 +156,7 @@ export default { * Send info to Telegram (non-blocking) */ telegram - .sendMessage(`✅ [Billing / Compose payment] + .sendMessage(`👀 [Billing / Compose payment] card link operation: ${isCardLinkOperation} amount: ${+plan.monthlyCharge} RUB