Skip to content

Commit 70e274e

Browse files
authored
Remove Mollie signup link.
pronamic/pronamicpay.com#73
1 parent 4fa17d8 commit 70e274e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pronamic-pay-with-mollie-for-gravity-forms.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ function ( $integrations ) {
8080
function ( $gateways ) {
8181
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\Mollie\Integration(
8282
[
83-
'register_url' => 'https://www.mollie.com/nl/signup/665327',
84-
'manual_url' => \__( 'https://www.pronamicpay.com/en/manuals/how-to-connect-mollie-to-wordpress-with-pronamic-pay/', 'pronamic-pay-with-mollie-for-gravity-forms' ),
83+
'manual_url' => \__( 'https://www.pronamicpay.com/en/manuals/how-to-connect-mollie-to-wordpress-with-pronamic-pay/', 'pronamic-pay-with-mollie-for-gravity-forms' ),
8584
]
8685
);
8786

0 commit comments

Comments
 (0)