We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b1268 commit 5a5c86bCopy full SHA for 5a5c86b
1 file changed
handlers/payments/banksimpleua/controller/invoice.js
@@ -30,7 +30,7 @@ exports.get = function*() {
30
ACCOUNT: bankConfig.ACCOUNT,
31
TRANSACTION_NUMBER: String(this.transaction.number),
32
TRANSACTION_DATE: moment(this.transaction.created).format('DD.MM.YYYY'),
33
- PAYMENT_DESCRIPTION: `Оплата по счёту ${this.transaction.number}`,
+ PAYMENT_DESCRIPTION: `Информационно-консультационные услуги, счёт ${this.transaction.number}`,
34
AMOUNT: this.transaction.amount,
35
AMOUNT_WORDS: priceInWords(this.transaction.amount, 'ua')
36
});
0 commit comments