test merchant changed; translation updated

This commit is contained in:
O K
2025-06-24 12:48:21 +03:00
parent 5f0f592bbc
commit b581a33365
4 changed files with 20 additions and 7 deletions

View File

@@ -179,7 +179,7 @@ class Hutko extends PaymentModule
'col' => 4,
'type' => 'text',
'prefix' => '<i class="icon icon-user"></i>',
'desc' => $this->trans('Enter a merchant id. Use 1700002 for test setup.', array(), 'Modules.Hutko.Admin'),
'desc' => $this->trans('Enter a merchant id. Use "1700243" for test setup.', array(), 'Modules.Hutko.Admin'),
'name' => 'HUTKO_MERCHANT',
'label' => $this->trans('Merchant ID.', array(), 'Modules.Hutko.Admin'),
),