You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted to call an undefined method named "findForOrder" of class "PayPlug\SyliusPayPlugPlugin\Provider\AmexSupportedRefundPaymentMethodsProviderDecorator".
Steps to reproduce
when i update to 1.4, i go to the refund page and got the previous error. seems to be triggered by Action/Admin/OrderRefundsListAction.php when calling the $this->refundPaymentMethodsProvider->findForOrder($order)
The text was updated successfully, but these errors were encountered:
SyliusRefundPlugin version affected: 1.4.0
Description
Attempted to call an undefined method named "findForOrder" of class "PayPlug\SyliusPayPlugPlugin\Provider\AmexSupportedRefundPaymentMethodsProviderDecorator".
Steps to reproduce
when i update to 1.4, i go to the refund page and got the previous error. seems to be triggered by
Action/Admin/OrderRefundsListAction.php
when calling the$this->refundPaymentMethodsProvider->findForOrder($order)
The text was updated successfully, but these errors were encountered: