Skip to content

Commit

Permalink
Integration parent::__construct();.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 7, 2020
1 parent 0ab0146 commit 46956dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Integration.php
Expand Up @@ -16,6 +16,8 @@
*/
class Integration extends AbstractIntegration {
public function __construct() {
parent::__construct();

$this->id = 'pay_nl';
$this->name = 'Pay.nl';
$this->url = 'https://www.pay.nl/';
Expand Down

0 comments on commit 46956dc

Please sign in to comment.