Skip to content

Commit 5a5c86b

Browse files
committed
minor
1 parent 28b1268 commit 5a5c86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • handlers/payments/banksimpleua/controller

handlers/payments/banksimpleua/controller/invoice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports.get = function*() {
3030
ACCOUNT: bankConfig.ACCOUNT,
3131
TRANSACTION_NUMBER: String(this.transaction.number),
3232
TRANSACTION_DATE: moment(this.transaction.created).format('DD.MM.YYYY'),
33-
PAYMENT_DESCRIPTION: `Оплата по счёту ${this.transaction.number}`,
33+
PAYMENT_DESCRIPTION: `Информационно-консультационные услуги, счёт ${this.transaction.number}`,
3434
AMOUNT: this.transaction.amount,
3535
AMOUNT_WORDS: priceInWords(this.transaction.amount, 'ua')
3636
});

0 commit comments

Comments
 (0)