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
The refund payment may be complex but you tagged the RefundPayment entity as final. It means that you cancel completely the possibility to use your code for payment refund if the domain needs more than just those data.
It also means that it makes no sense to have a factory building it since it cannot be different than the expected one.
Maybe I'm wrong... And if so, the architecture needs more explanation in documentation 😮 . Otherwise I suggest to just remove this final comment.
The text was updated successfully, but these errors were encountered:
Hello guys,
The refund payment may be complex but you tagged the RefundPayment entity as final. It means that you cancel completely the possibility to use your code for payment refund if the domain needs more than just those data.
It also means that it makes no sense to have a factory building it since it cannot be different than the expected one.
Maybe I'm wrong... And if so, the architecture needs more explanation in documentation 😮 . Otherwise I suggest to just remove this final comment.
The text was updated successfully, but these errors were encountered: