Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card
| [ING](https://www.ing.nl/) | ING – iDEAL Advanced - iDEAL 2.0 |
| [Mollie](https://www.mollie.nl/) | Mollie |
| [MultiSafepay](https://www.multisafepay.com/) | MultiSafepay - Connect |
| [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 |
| [Rabobank](https://www.rabobank.nl/) | Rabo iDEAL Professional - iDEAL 2.0 |
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"wp-pay-gateways/ems-e-commerce": "^4.4",
"wp-pay-gateways/mollie": "^4.18",
"wp-pay-gateways/multisafepay": "^4.6",
"wp-pay-gateways/ogone": "^4.8",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This dependency is correctly removed as part of the Ingenico/Ogone integration removal. However, I've noticed a discrepancy in the changelogs. Both readme.txt (line 160) and CHANGELOG.md (line 68) state that wp-pay-gateways/ogone was updated, which contradicts this removal. Please update the changelogs to reflect that this integration has been removed to avoid confusion.

"wp-pay-gateways/omnikassa-2": "^4.10",
"wp-pay-gateways/pay-nl": "^4.7",
"wp-pay-gateways/paypal": "^2.3",
Expand Down
79 changes: 1 addition & 78 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ function ( $value, $post_id, $meta_key, $single ) {
return ( 'test' === $mode ) ? 'ing-ideal-advanced-2022-sandbox' : 'ing-ideal-advanced-2022-production';
case 'multisafepay-connect':
return ( 'test' === $mode ) ? 'multisafepay-connect-test' : 'multisafepay-connect';
case 'ogone-directlink':
return ( 'test' === $mode ) ? 'ingenico-directlink-test' : 'ingenico-directlink';
case 'ogone-orderstandard':
return ( 'test' === $mode ) ? 'ingenico-orderstandard-test' : 'ingenico-orderstandard';
case 'paypal':
return ( 'test' === $mode ) ? 'paypal-sandbox' : 'paypal';
case 'rabobank-omnikassa-2':
Expand Down Expand Up @@ -260,30 +256,6 @@ function ( $gateways ) {
]
);

// Ingenico.
$is_utf8 = strcasecmp( get_bloginfo( 'charset' ), 'UTF-8' ) === 0;

// Ingenico - OrderStandard.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\Ingenico\OrderStandard\Integration(
[
'id' => 'ingenico-orderstandard',
'name' => 'Ingenico/Ogone - e-Commerce',
'mode' => 'live',
'action_url' => $is_utf8 ? 'https://secure.ogone.com/ncol/prod/orderstandard_utf8.asp' : 'https://secure.ogone.com/ncol/prod/orderstandard.asp',
'direct_query_url' => 'https://secure.ogone.com/ncol/prod/querydirect.asp',
]
);

$gateways[] = new \Pronamic\WordPress\Pay\Gateways\Ingenico\OrderStandard\Integration(
[
'id' => 'ingenico-orderstandard-test',
'name' => 'Ingenico/Ogone - e-Commerce - Test',
'mode' => 'test',
'action_url' => $is_utf8 ? 'https://secure.ogone.com/ncol/test/orderstandard_utf8.asp' : 'https://secure.ogone.com/ncol/test/orderstandard.asp',
'direct_query_url' => 'https://secure.ogone.com/ncol/test/querydirect.asp',
]
);

// Rabobank - Rabo Smart Pay.
$gateways[] = new \Pronamic\WordPress\Pay\Gateways\OmniKassa2\Integration(
[
Expand Down
1 change: 0 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Pronamic Pay is the best plugin available to accept payments on your site with s
* ING – iDEAL Advanced - iDEAL 2.0
* Mollie
* MultiSafepay - Connect
* Ingenico/Ogone - OrderStandard
* Pay.nl
* Rabobank - Rabo Smart Pay
* Rabobank - Rabo iDEAL Professional - iDEAL 2.0
Expand Down
1 change: 0 additions & 1 deletion src/dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
'wp-pay-gateways/ideal-basic',
'wp-pay-gateways/mollie',
'wp-pay-gateways/multisafepay',
'wp-pay-gateways/ogone',
'wp-pay-gateways/omnikassa-2',
'wp-pay-gateways/pay-nl',
'wp-pay-gateways/paypal',
Expand Down
6 changes: 0 additions & 6 deletions src/gateways.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
"gateway" : "multisafepay_connect",
"name" : "MultiSafepay - Connect"
},
{
"slug" : "ogone-orderstandard",
"provider" : "ogone",
"gateway" : "ogone_orderstandard",
"name" : "Ingenico/Ogone - OrderStandard"
},
{
"slug" : "pay_nl",
"provider" : "pay_nl",
Expand Down
5 changes: 0 additions & 5 deletions src/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
"name" : "MultiSafepay",
"url" : "https://www.multisafepay.com/"
},
{
"slug" : "ogone",
"name" : "Ingenico/Ogone",
"url" : "https://payment-services.ingenico.com/"
},
{
"slug" : "pay_nl",
"name" : "Pay.nl",
Expand Down
Loading