Closed nflorentin closed 1 year ago
Hi @nflorentin,
Thanks for the detailed bug report. It appears to be a bug in the API response. The issue has been forwarded to the correct team at Mollie. I'll update this ticket when I have more information.
Closing this issue since it's not a bug in the Ruby client itself. If the issue persists I suggest contacting Mollie support directly: https://www.mollie.com/nl/contact/merchants.
Thanks!
Hi,
On a recently created Mollie account, a call to the api with:
returns the voucher payment method which is not activated in Mollie dashboard, as seen on the following screenshot:
If I remove
resource: 'orders'
from the parameters, the voucher payment method disappears from the result.The problem is I can't remove this parameter because I'm using the gem spree-mollie-gateway which uses those parameters here.
It makes the payment method "voucher" appearing in my Spree app.
By the way, the gem spree-mollie-gateway uses the version 4.2.0 of mollie-api-ruby, which is seems a bit outdated...
Thanks in advance for your help.