-
Notifications
You must be signed in to change notification settings - Fork 53
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
Issue with Klarna Slice/Pay Later payments and Fooman Order Fees #512
Comments
Kristof here the developer of the above extension. I have had a look at some of the other custom order line implementations for other 3rd party extensions and believe something like the below might work. Please note that I do not have access to an instance with Mollie configured as such the code is not yet tested. Mollie\Payment\Service\Order\Lines\Generator\FoomanTotals.php
etc/di.xml
|
Just made one minor edit, this can go one package lower (Fooman_Totals) so this would theoretically support any extensions we build on top of that package (not just Surcharges). |
We just tested the changes @fooman suggested on our test environment and everything worked as expected (Both methods Klarna Pay Later and Klarna Slice It). |
HI, @gjportegies and @fooman (Kristof), We are happy to share that we've just released the new 2.11.0 version where we have fixed this issue. We are closing this issue now but please feel free to reopen the issue if this still occurs. |
Describe the bug
We found orders in our backend that hang on the payment status 'Payment Review'. We contacted Mollie and we could not find any of those orders in the Mollie dashboard. After checking the mollie log files we found the following (I've anonimized a lot):
This is followed by the following error:
The user added an extra 'sticker pakket' which is added to the checkout with the Fooman Order Fees extension. Since this is an 'order fee' it is not a separate line on the order. The issue is only appearing when choosing one of the Klarna payment methods.
Used versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The order should be processed and send to Mollie.
Actual behavior
The Mollie extension throws an error because the order lines total does not match the total amount.
Additional context
Possible related:
The text was updated successfully, but these errors were encountered: