Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

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 114df00 commit a71787f
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 = 'targetpay-ideal';
$this->name = 'TargetPay - iDEAL';
$this->product_url = __( 'https://www.targetpay.com/info/ideal?setlang=en', 'pronamic_ideal' );
Expand Down

0 comments on commit a71787f

Please sign in to comment.