Skip to content

Commit

Permalink
Changed year
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Feb 2, 2020
1 parent 4198af2 commit 45106a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/Config/Source/showKvkOptions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2015 Pay.nl All rights reserved.
* Copyright © 2020 Pay.nl All rights reserved.
*/

namespace Paynl\Payment\Model\Config\Source;
Expand Down Expand Up @@ -35,7 +35,7 @@ public function toArray()
{
return [
'0' => __('No'),
'1' => __('Yes, but as optional'),
'1' => __('Yes, as optional'),
'2' => __('Yes, as required'),
];
}
Expand Down

0 comments on commit 45106a7

Please sign in to comment.