mollie / magento2

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

Expired payment links cause error #794

Closed Swahjak closed 2 months ago

Swahjak commented 2 months ago

Describe the bug A clear and concise description of what the bug is.

Expired payment links cause and error due to the payment link redirect url being null. Will add more info as I get further into the problem.

Used versions

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Actual behavior A clear and concise description of what actually happens.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Orders:229 -> the checkout url returned is empty due to $this->_links->checkout not set.

Frank-Magmodules commented 2 months ago

Hi there, @Swahjak!

It’s been a while! Could you please try to reproduce this issue with our latest release? Your report is based on an old(er) version, and we’ve made significant improvements to the payment link logic since then.

Let me know how it goes. Thanks!

Swahjak commented 2 months ago

Hey @Frank-Magmodules, my mistake. I was sure I upgraded to the latest version, but somehow ended up on 2.35.x. Did run into another issue though https://github.com/mollie/magento2/issues/795.

Frank-Magmodules commented 2 months ago

No worries, @Swahjak. Thanks for confirming that this is fixed. I’ll check out your other issue!