Not sure if this is a bug or a support request, but it is strange.

I have a small webshop (Ubercart) and sell just 1 product, this product also has 2 variations, one which added value.
When customers order the variation of the product the price presented by Mollie isn't right.

The attribute size adds value (€4,49) to the item.
I have tried some situations to figure out where the problem may be.

The item without the added value - Transaction value correct
The item + the item with the added value - Added value is not added to transaction value
The item with added value - A completely strange number

Actual order value (as in check out review): €7,01
Mollie presents: €14,53

An example of this checkout is added as an attachment.
Please contact me if you need any information.
Unfortunately syslog/drupal reports don't give anything useful regarding this issue.

CommentFileSizeAuthor
5.PNG31.87 KBtheemstra
4.PNG11.42 KBtheemstra
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

theemstra created an issue. See original summary.

theemstra’s picture

Title: Mollie receiving a different order amount » Mollie presenting a different order amount
ricovandevin’s picture

Thanks for reporting this issue. It seems like a bug to me but I need to do some testing to be sure about this. It is also possible that the problem is not within Mollie Payment. Did you try other payment processing modules with Payment (e.g. the build in method)?

I'll have a look at this asap but unfortunately I don't have a time window at this moment. Maybe someone else has an opportunity to have a look at this sooner. Or contact me directly if you need a solution to your problem really soon.

theemstra’s picture

Hi Rico,

I have not tried other Payment plugins yet

ricovandevin’s picture

Status: Active » Postponed (maintainer needs more info)

Please check if the patch in #2843325: Use Payment::totalAmount() instead of recalculating the total amount for the payment solves this issue. We were recalculating the total amount of the payment in Mollie Payment instead of fetching it from the payment object. By doing so we might have missed out on parts of the payment.

gertinel’s picture

Version: 7.x-1.0-beta1 » 7.x-1.0-rc2
Status: Postponed (maintainer needs more info) » Active

I have the samen problem. When a customer selects two times the same product of a product with add on value. The amount in Mollie differs from the tot amount the customer has to pay. How can I fix this?

ricovandevin’s picture

Project: Mollie Payment » Payment
Version: 7.x-1.0-rc2 » 7.x-1.x-dev
Category: Support request » Bug report

This sounds like a bug to me. But since Mollie Payment doesn't do more than just fetching the total amount of the payment from a Payment object the bug is probably in the Payment module.

ricovandevin’s picture

Title: Mollie presenting a different order amount » Amount charged by payment method does not match the amount of the order in the payment context for configurable products