mollie / magento2

Mollie Payments for Magento 2
https://www.mollie.com
Other
98 stars 50 forks source link

this module seem incompatible with magento 2.4.6-p2 #700

Closed kickandrush-ecommerce closed 8 months ago

kickandrush-ecommerce commented 8 months ago

Describe the bug errors with webhook, unable to fetch status when editing order as admin.

When placing order with payment method Paypal, in access logs:

200 1.518 BE 185.174.184.98 GET /fr/mollie/checkout/redirect/paymentToken/abc HTTP/2.0

503 0.499 US 34.76.90.110 POST /fr/mollie/checkout/webhook/?isAjax=1&orderId%5B%5D=abc HTTP/1.1

200 0.475 US 34.76.90.110 POST /fr/mollie/checkout/webhook/?isAjax=1&orderId%5B%5D=abc HTTP/1.1

302 0.687 BE 185.174.184.98 GET /fr/mollie/checkout/process/?order_id=168&payment_token=abc&utm_nooverride=1 HTTP/2.0

when doing fetch status on edit order:

503 3.420 BE 185.174.184.98 POST admin_url_of_webshop/mollie/action/fetchOrderStatus/key/abc/?isAjax=true HTTP/2.0

Error while fetching: Unable to unserialize value. Error: Parameter must be a string type, null given.

I do see logs in mollie.log.

Used versions

To Reproduce Steps to reproduce the behavior: have magento 2.4.6-p2 running.

Expected behavior Everything works, orders get updated with status processing.

Actual behavior Errors

kickandrush-ecommerce commented 8 months ago

It appears it might be due to a different custom module of ours. I'll close this issue for time being.

Frank-Magmodules commented 8 months ago

Thanks @mcs-jonasvanderhaegen , let me know if you need help on that!