Loading uc_rbkmoney.module +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ function uc_rbkmoney_setup() { '#type' => 'textfield', '#title' => t('Site ID'), '#default_value' => variable_get('uc_rbkmoney_eshopId', ''), '#description' => t("ID of your site"), '#description' => t("Merchant ID of your site"), '#required' => TRUE, ); $form['recipientCurrency'] = array( Loading Loading
uc_rbkmoney.module +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ function uc_rbkmoney_setup() { '#type' => 'textfield', '#title' => t('Site ID'), '#default_value' => variable_get('uc_rbkmoney_eshopId', ''), '#description' => t("ID of your site"), '#description' => t("Merchant ID of your site"), '#required' => TRUE, ); $form['recipientCurrency'] = array( Loading