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 WebshopappApiResourceQuotesPaymentmethods::count() method is missing the $quoteId parameter. Without that parameter it's not possible to count the payment methods for that quote. Also the $params parameter seems mandatory, but I guess it's there for consistency / future features.
The
WebshopappApiResourceQuotesPaymentmethods::count()
method is missing the$quoteId
parameter. Without that parameter it's not possible to count the payment methods for that quote. Also the$params
parameter seems mandatory, but I guess it's there for consistency / future features.The text was updated successfully, but these errors were encountered: