Skip to content

Commit

Permalink
Remove 'Ingenico - DirectLink' integration (pronamic/wp-pronamic-pay-…
Browse files Browse the repository at this point in the history
…ingenico/15).
  • Loading branch information
rvdsteege committed Nov 23, 2023
1 parent bc4d7ea commit 5322ba9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card
| [ING](https://www.ing.nl/) | ING - iDEAL Advanced (new platform) |
| [Mollie](https://www.mollie.nl/) | Mollie |
| [MultiSafepay](https://www.multisafepay.com/) | MultiSafepay - Connect |
| [Ingenico/Ogone](https://payment-services.ingenico.com/) | Ingenico/Ogone - DirectLink |
| [Ingenico/Ogone](https://payment-services.ingenico.com/) | Ingenico/Ogone - OrderStandard |
| [Pay.nl](https://www.pay.nl/) | Pay.nl |
| [Rabobank](https://www.rabobank.nl/) | Rabobank - OmniKassa 2.0 |
Expand Down
19 changes: 0 additions & 19 deletions pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,25 +405,6 @@ function ( $gateways ) {
// Ingenico.
$is_utf8 = strcasecmp( get_bloginfo( 'charset' ), 'UTF-8' ) === 0;

// Ingenico - DirectLink.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\Ingenico\DirectLink\Integration(
[
'id' => 'ingenico-directlink',
'name' => 'Ingenico/Ogone - DirectLink',
'mode' => 'live',
'api_url' => $is_utf8 ? 'https://secure.ogone.com/ncol/prod/orderdirect_utf8.asp' : 'https://secure.ogone.com/ncol/prod/orderdirect.asp',
]
);

$gateways[] = new \Pronamic\WordPress\Pay\Gateways\Ingenico\DirectLink\Integration(
[
'id' => 'ingenico-directlink-test',
'name' => 'Ingenico/Ogone - DirectLink - Test',
'mode' => 'test',
'api_url' => $is_utf8 ? 'https://secure.ogone.com/ncol/test/orderdirect_utf8.asp' : 'https://secure.ogone.com/ncol/test/orderdirect.asp',
]
);

// Ingenico - OrderStandard.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\Ingenico\OrderStandard\Integration(
[
Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Pronamic Pay is the best plugin available to accept payments on your site with s
* ING - iDEAL Advanced (new platform)
* Mollie
* MultiSafepay - Connect
* Ingenico/Ogone - DirectLink
* Ingenico/Ogone - OrderStandard
* Pay.nl
* Rabobank - OmniKassa 2.0
Expand Down
6 changes: 0 additions & 6 deletions src/gateways.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
"gateway" : "multisafepay_connect",
"name" : "MultiSafepay - Connect"
},
{
"slug" : "ogone-directlink",
"provider" : "ogone",
"gateway" : "ogone_directlink",
"name" : "Ingenico/Ogone - DirectLink"
},
{
"slug" : "ogone-orderstandard",
"provider" : "ogone",
Expand Down

0 comments on commit 5322ba9

Please sign in to comment.