Commit e2ca900e authored by innerfly's avatar innerfly
Browse files

ok

parent ae0d8360
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(