Skip to content

Commit

Permalink
Load missimg requirements message.
Browse files Browse the repository at this point in the history
  • Loading branch information
XYG6 authored and XYG6 committed May 6, 2020
1 parent 1cddbe8 commit 2d7605b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easytransac.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public function displayForm()
$helper->fields_value['EASYTRANSAC_3DSECURE'] = Configuration::get('EASYTRANSAC_3DSECURE');
$helper->fields_value['EASYTRANSAC_NOTIFICATION_URL'] = Tools::getShopDomainSsl(true, true) . __PS_BASE_URI__ . 'module/easytransac/notification';
$helper->fields_value['EASYTRANSAC_HELP'] = $this->l('Visit') . ' <a target="_blank" href="https://www.easytransac.com">www.easytransac.com</a> ' . $this->l('in order to create an account and configure your application.');
$helper->fields_value['EASYTRANSAC_REQUIREMENTS_HELP'] = Configuration::get('EASYTRANSAC_REQUIREMENTS_HELP');

return $helper->generateForm($fields_form);
}
Expand Down

0 comments on commit 2d7605b

Please sign in to comment.