wallee-payment/magento-1

Call to getMethodInstance() on Mage_Sales_Model_Order_Payment of a Wallee order

GautierDig opened this issue · 2 comments

In Magento, for example with the Magento Paypal payment method paypal_standard, when calling call $order->getPayment()->getMethodInstance() it returns the object Mage_Paypal_Model_Standard. When doing the same with a Wallee payment method, it will just trow an error The requested Payment Method is not available. coming from app/code/core/Mage/Payment/Model/Info.php:82 because $this->hasMethodInstance() return false where it should return true.

Dear GautierDig

Thank you for your input.

Can you tell us, under which circumstances you received the described behavior with our plugin?
That we can reproduce it in a use case.

Or did you receive the error during some own programming within the Magento shop?

Many thanks for your answers.

Best regards

Sorry, the issue was on our side. I close the issue.