Commit bc07040b authored by Volodymyr Baldych's avatar Volodymyr Baldych Committed by Mykhailo Hurei
Browse files

Issue #3262850 by Luckie Joe: api new address

parent e3241f89
Loading
Loading
Loading
Loading
+26 −26
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ CONTENTS OF THIS FILE
INTRODUCTION
------------

Integration of the <a href="https://devcenter.novaposhta.ua/">Novaposhta API
Integration of the <a href="https://developers.novaposhta.ua/">Novaposhta API
2.0</a> with Commerce Shipping. Provides estimated shipping costs and warehouses
selection of Novaposhta services. This module should be used by those that want
to provide Novaposhta shipping to their customers.
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ class NovaposhtaConfigForm extends ConfigFormBase {
      '#type' => 'textfield',
      '#required' => TRUE,
      '#title' => $this->t('API key'),
      '#description' => $this->t('Enter your Novaposhta API key. More info how to create API key check <a href="@href" target="_blank">here</a>', ['@href' => 'https://devcenter.novaposhta.ua']),
      '#description' => $this->t('Enter your Novaposhta API key. More info how to create API key check <a href="@href" target="_blank">here</a>', ['@href' => 'https://developers.novaposhta.ua/']),
      '#default_value' => $config->get('api_key'),
    ];