Skip to content

Commit

Permalink
feat(invoice): createtranslation for invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
aronbergman committed May 29, 2024
1 parent 5e879f4 commit a83794e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions bot/commands/keyboard/my_account.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,8 @@ export const keyboardMyAccount = async (bot, msg, prevMessageForEdit, prevLevel,
})

bot.editMessageText(
`🔗 Осталось только оплатить
Подписка ${tariff[0]['text']}
Номер платежа: ${invoice.dataValues.payment_id}
Payok - оплачивайте следующими способами:
└ VISA, Mastercard, MIR, QIWI, YooMoney, Crypto
`, {
t('dsc:invoice_pay', {name:tariff[0]['text'], id: invoice.dataValues.payment_id}),
{
...generalOptions,
message_id: accountMessage.message_id,
chat_id: chatId,
Expand Down

0 comments on commit a83794e

Please sign in to comment.