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

Add Klarna payment method #57

Closed
rvdsteege opened this issue Oct 10, 2024 · 0 comments · Fixed by #58
Closed

Add Klarna payment method #57

rvdsteege opened this issue Oct 10, 2024 · 0 comments · Fixed by #58
Assignees

Comments

@rvdsteege
Copy link
Member

rvdsteege commented Oct 10, 2024

Because SOFORT is no longer available (#56), a user informed about activating the Klarna payment method (in internal support ticket https://secure.helpscout.net/conversation/2727955513/27803).

We already support the Mollie API methods klarnapaylater, klarnapaynow and klarnasliceit:

// Klarna.
$this->register_payment_method( new PaymentMethod( PaymentMethods::KLARNA_PAY_LATER ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::KLARNA_PAY_NOW ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::KLARNA_PAY_OVER_TIME ) );

However, it appears that these methods can no longer be activated by new users and instead there's a new klarna:

@rvdsteege rvdsteege self-assigned this Oct 10, 2024
rvdsteege added a commit to pronamic/wp-pay-core that referenced this issue Oct 10, 2024
@rvdsteege rvdsteege linked a pull request Oct 10, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Pronamic Pay Oct 11, 2024
rvdsteege added a commit to pronamic/wp-mollie that referenced this issue Oct 11, 2024
rvdsteege added a commit that referenced this issue Oct 11, 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