Skip to content

Commit

Permalink
replaced picture required_settings.png (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
avcherkasov committed Jun 18, 2018
1 parent 8254657 commit bc7bead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified images/required_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions rbkmoney_checkout_ubercart/rbkmoney_checkout_ubercart.module
Original file line number Diff line number Diff line change
Expand Up @@ -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('Ключ для обработки уведомлений о смене статуса'),
Expand All @@ -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 Ключ'),
Expand Down

0 comments on commit bc7bead

Please sign in to comment.