mirror of
https://github.com/valitydev/rbkmoney-cms-drupal-ubercart.git
synced 2024-11-06 10:25:19 +00:00
replaced picture required_settings.png
This commit is contained in:
parent
8254657bfa
commit
f5ffdd1114
Binary file not shown.
Before Width: | Height: | Size: 259 KiB After Width: | Height: | Size: 318 KiB |
@ -85,7 +85,7 @@ function rbkmoney_checkout_ubercart_setup()
|
||||
|
||||
$form['tab1']['uc_rbkmoney_merchant_callback_public_key'] = [
|
||||
'#type' => 'textarea',
|
||||
'#title' => t('Приватный ключ из <a href=\'!dblog\'>https://dashboard.rbk.money</a>',
|
||||
'#title' => t('Публичный ключ из <a href=\'!dblog\'>https://dashboard.rbk.money</a>',
|
||||
['!dblog' => "https://dashboard.rbk.money"]),
|
||||
'#default_value' => MERCHANT_CALLBACK_PUBLIC_KEY,
|
||||
'#description' => t('Ключ для обработки уведомлений о смене статуса'),
|
||||
@ -98,7 +98,7 @@ function rbkmoney_checkout_ubercart_setup()
|
||||
|
||||
$form['tab1']['uc_rbkmoney_merchant_private_key'] = [
|
||||
'#type' => 'textarea',
|
||||
'#title' => t('Публичный ключ из <a href=\'!dblog\'>https://dashboard.rbk.money</a>',
|
||||
'#title' => t('Приватный ключ из <a href=\'!dblog\'>https://dashboard.rbk.money</a>',
|
||||
['!dblog' => "https://dashboard.rbk.money"]),
|
||||
'#default_value' => MERCHANT_PRIVATE_KEY,
|
||||
'#description' => t('Ключ для доступа к API. Скопируйте его в Личном кабинете RBKmoney в разделе API Ключ'),
|
||||
|
Loading…
Reference in New Issue
Block a user