Skip to content

Commit

Permalink
Remove ING - iDEAL Advanced - Old platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 19, 2024
1 parent 036c644 commit 1bf4b39
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,37 +264,6 @@ function ( $gateways ) {
]
);

// ING - iDEAL Advanced.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Integration(
[
'id' => 'ing-ideal-advanced',
'name' => 'ING - iDEAL Advanced - Old platform',
'mode' => 'live',
'provider' => 'ing',
'product_url' => 'https://www.ing.nl/zakelijk/betalen/geld-ontvangen/ideal/',
'manual_url' => __( 'https://www.pronamicpay.com/en/manuals/how-to-connect-ing-ideal-advanced-v3-to-wordpress-with-pronamic-pay/', 'pronamic-ideal' ),
'dashboard_url' => 'https://ideal.secure-ing.com/',
'acquirer_url' => 'https://ideal.secure-ing.com/ideal/iDEALv3',
'certificates' => [],
'deprecated' => true,
]
);

$gateways[] = new \Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Integration(
[
'id' => 'ing-ideal-advanced-test',
'name' => 'ING - iDEAL Advanced - Old platform - Test',
'mode' => 'test',
'provider' => 'ing',
'product_url' => 'https://www.ing.nl/zakelijk/betalen/geld-ontvangen/ideal/',
'manual_url' => __( 'https://www.pronamicpay.com/en/manuals/how-to-connect-ing-ideal-advanced-v3-to-wordpress-with-pronamic-pay/', 'pronamic-ideal' ),
'dashboard_url' => 'https://idealtest.secure-ing.com/',
'acquirer_url' => 'https://idealtest.secure-ing.com/ideal/iDEALv3',
'certificates' => [],
'deprecated' => true,
]
);

// ING - iDEAL Advanced - New platform - Production.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Integration(
[
Expand Down

0 comments on commit 1bf4b39

Please sign in to comment.