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
Trying to build the latest version locally fails due to an issue in the ZF2EdgeTest-class. The methods getPaymentMeansCode()& getPaymentMeansInformation()does not override super methods.
To fix the issue, delete both methods (line 277 - 285).
The text was updated successfully, but these errors were encountered:
Both methods are implemented twice. Once inside the inner class DebitPayment which is correct and then also in the ZF2EdgeTest it selfs, which is a problem because the class self nor there super classes extends IZUGFeRDTradeSettlementDebit.
Trying to build the latest version locally fails due to an issue in the
ZF2EdgeTest
-class. The methodsgetPaymentMeansCode()
&getPaymentMeansInformation()
does not override super methods.To fix the issue, delete both methods (line 277 - 285).
The text was updated successfully, but these errors were encountered: