Skip to content

Commit

Permalink
Use manual URL setter method.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Oct 28, 2019
1 parent 8bdcfec commit 3705275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Integration.php
Expand Up @@ -23,14 +23,15 @@ public function __construct() {
$this->name = 'MultiSafepay - Connect';
$this->url = 'http://www.multisafepay.com/';
$this->product_url = __( 'http://www.multisafepay.com/', 'pronamic_ideal' );
$this->manual_url = __( 'https://www.pronamic.eu/support/how-to-connect-multisafepay-with-wordpress-via-pronamic-pay/', 'pronamic_ideal' );
$this->dashboard_url = 'https://merchant.multisafepay.com/';
$this->provider = 'multisafepay';
$this->supports = array(
'payment_status_request',
'webhook',
'webhook_no_config',
);

$this->set_manual_url( __( 'https://www.pronamic.eu/support/how-to-connect-multisafepay-with-wordpress-via-pronamic-pay/', 'pronamic_ideal' ) );
}

public function get_settings_fields() {
Expand Down

0 comments on commit 3705275

Please sign in to comment.