Skip to content

Commit

Permalink
Set DOB to null in case its empty or not set
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Feb 22, 2021
1 parent a4bea2e commit 4cd2dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paynlpaymentmethods/paynlpaymentmethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct()
{
$this->name = 'paynlpaymentmethods';
$this->tab = 'payments_gateways';
$this->version = '4.2.12';
$this->version = '4.2.13';

$this->payLogEnabled = null;
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
Expand Down

0 comments on commit 4cd2dbe

Please sign in to comment.