diff --git a/src/Integration.php b/src/Integration.php index 928b1c5..9199799 100644 --- a/src/Integration.php +++ b/src/Integration.php @@ -15,7 +15,7 @@ public function __construct() { $this->id = 'mollie-ideal-basic'; $this->name = 'Mollie - iDEAL Basic'; - $this->dashboard_url = 'http://www.mollie.nl/'; + $this->dashboard_url = 'http://www.mollie.nl/beheer/'; $this->provider = 'mollie'; $this->deprecated = true; }