Skip to content

Commit

Permalink
Add product and dashboard URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 3, 2016
1 parent 7fabe5a commit 9ef424a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Integration extends Pronamic_WP_Pay_Gateways_AbstractIntegration {
public function __construct() {
$this->id = 'buckaroo';
$this->name = 'Buckaroo - HTML';
$this->url = 'https://payment.buckaroo.nl/';
$this->provider = 'buckaroo';
$this->id = 'buckaroo';
$this->name = 'Buckaroo - HTML';
$this->url = 'https://payment.buckaroo.nl/';
$this->product_url = __( 'http://www.buckaroo-payments.com', 'pronamic_ideal' );
$this->dashboard_url = 'https://payment.buckaroo.nl/';
$this->provider = 'buckaroo';

// Actions
$function = array( 'Pronamic_WP_Pay_Gateways_Buckaroo_Listener', 'listen' );
Expand Down

0 comments on commit 9ef424a

Please sign in to comment.