Skip to content

Commit

Permalink
Updated version to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Jul 12, 2023
1 parent 1bb3542 commit 046118a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paynlpaymentmethods/paynlpaymentmethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct()
{
$this->name = 'paynlpaymentmethods';
$this->tab = 'payments_gateways';
$this->version = '4.10.1';
$this->version = '4.12.0';
$this->payLogEnabled = null;
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
$this->author = 'PAY.';
Expand Down Expand Up @@ -1461,7 +1461,7 @@ public function renderAccountSettingsForm()
'label' => $this->l('Alternatieve Exchange URL'),
'name' => 'PAYNL_EXCHANGE_URL',
'placeholder' => 'https//www.yourdomain.nl/exchange_handler',
'desc' => $this->l('Use your own exchange-handler. Requests will be send as GET.') . '<br/>' . $this->l('Example: https://www.yourdomain.nl/exchange_handler?action=#action#&order_id=#order_id#') . '<br>' . $this->l('For more info see: ') . '<a href="https://docs.pay.nl/developers#exchange-parameters">' . $this->l('docs.pay.nl') . '</a>', // phpcs:ignore
'desc' => $this->l('Use your own exchange-handler.') . '<br/>' . $this->l('Example: https://www.yourdomain.nl/exchange_handler?action=#action#&order_id=#order_id#') . '<br>' . $this->l('For more info see: ') . '<a href="https://docs.pay.nl/developers#exchange-parameters">' . $this->l('docs.pay.nl') . '</a>', // phpcs:ignore
'required' => false
),
array(
Expand Down

0 comments on commit 046118a

Please sign in to comment.