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
While the constructor of Order taking a PaymentMethod rejects the parameter being null, nothing in Order makes sure that the method is non-null when ….markPaid() is invoked.