Skip to content

Commit

Permalink
Merge pull request #18 from max-geraci/master
Browse files Browse the repository at this point in the history
Fix error during install plugin
  • Loading branch information
max-geraci authored May 11, 2020
2 parents 9666b8b + 5d9d872 commit 4850132
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 @@ -52,7 +52,7 @@ public function __construct()
{
$this->name = 'paynlpaymentmethods';
$this->tab = 'payments_gateways';
$this->version = '4.2.8';
$this->version = '4.2.10';

$this->payLogEnabled = false;
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
Expand Down Expand Up @@ -202,7 +202,7 @@ private function getPaymentMethods($cart = null)
'type' => 'hidden',
'value' => $paymentMethod->id,
],
])
]);
if (Configuration::get('PAYNL_SHOW_IMAGE')) {
$objPaymentMethod->
setLogo('https://static.pay.nl/payment_profiles/50x32/' . $paymentMethod->id . '.png');
Expand Down

0 comments on commit 4850132

Please sign in to comment.