Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "Sisow - iDEAL Basic" #394

Closed
remcotolsma opened this issue Dec 18, 2024 · 0 comments · Fixed by #398
Closed

Remove "Sisow - iDEAL Basic" #394

remcotolsma opened this issue Dec 18, 2024 · 0 comments · Fixed by #398
Assignees

Comments

@remcotolsma
Copy link
Member

remcotolsma commented Dec 18, 2024

The acquirer URL's no longer work:

// 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',
]
);

@remcotolsma remcotolsma self-assigned this Dec 18, 2024
@remcotolsma remcotolsma linked a pull request Dec 19, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Pronamic Pay Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant