Skip to content

Commit

Permalink
Update pronamic-ideal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 19, 2024
1 parent ed79d32 commit aec4d16
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ function ( $value, $post_id, $meta_key, $single ) {
$sisow_test_mode = get_post_meta( $post_id, '_pronamic_gateway_sisow_test_mode', true );

return ( 'test' === $mode || '' !== $sisow_test_mode ) ? 'sisow-buckaroo-test' : 'sisow-buckaroo';
case 'sisow-ideal-basic':
return ( 'test' === $mode ) ? 'sisow-ideal-basic-test' : 'sisow-ideal-basic';
}

return $value;
Expand Down Expand Up @@ -546,33 +544,6 @@ function ( $gateways ) {
]
);

// Sisow - iDEAL Basic.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\IDealBasic\Integration(
[
'id' => 'sisow-ideal-basic',
'name' => 'Sisow - iDEAL Basic',
'mode' => 'live',
'provider' => 'sisow',
'url' => 'https://www.sisow.nl/',
'dashboard_url' => 'https://www.sisow.nl/Sisow/iDeal/Login.aspx',
'deprecated' => true,
'acquirer_url' => 'https://www.sisow.nl/Sisow/iDeal/IssuerHandler.ashx',
]
);

$gateways[] = new \Pronamic\WordPress\Pay\Gateways\IDealBasic\Integration(
[
'id' => 'sisow-ideal-basic-test',
'name' => 'Sisow - iDEAL Basic - Test',
'mode' => 'test',
'provider' => 'sisow',
'url' => 'https://www.sisow.nl/',
'dashboard_url' => 'https://www.sisow.nl/Sisow/iDeal/Login.aspx',
'deprecated' => true,
'acquirer_url' => 'https://www.sisow.nl/Sisow/iDeal/IssuerHandler.ashx/test',
]
);

// Return gateways.
return $gateways;
}
Expand Down

0 comments on commit aec4d16

Please sign in to comment.