-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support Mollie Orders API for Klarna Pay Later and Klarna Slice It methods #190
Comments
Also required for Klarna Pay now. Internal Help Scout ticket: https://secure.helpscout.net/conversation/1773692826/23434 |
Some more details in internal / private Basecamp to-do: |
A customer inquired about this again:
Internal Help Scout ticket: https://secure.helpscout.net/conversation/1915990137/24057/. ℹ️ This customer is using MemberPress. |
I created the following branches for developing this feature:
In https://github.com/mollie/WooCommerce/blob/4ae543c8fc0ddfbc05acef06a622124c06299293/src/Payment/PaymentService.php#L106-L141 they determine per WooCommerce order whether the Mollie Payments API or Mollie Orders API should be used.
https://docs.mollie.com/reference/v2/payments-api/create-payment \in_array(
$payment->get_payment_method(),
[
PaymentMethods::KLARNA_PAY_LATER,
PaymentMethods::KLARNA_PAY_NOW,
PaymentMethods::KLARNA_PAY_OVER_TIME,
],
true
) |
…namic/wp-pronamic-pay#190)." This reverts commit edf61be.
This is merged in: pronamic/wp-pronamic-pay-mollie#4. |
Klarna Pay Later and Klarna Slice It (and vouchers) are currently not supported for Mollie, as these require using the Orders API.
The text was updated successfully, but these errors were encountered: