CheckoutManagerInterface
interface CheckoutManagerInterface
Interface CheckoutManagerInterface
Methods
mixed
array|int|bool|Order
doCartAction(Order $order, Product $product, string $action, int $qty, array $selectedAttributes, bool $useQtyStep = true)
No description
QueryBuilder
getAllShippings()
No description
RedirectResponse
doTransition(mixed $order, string $routeName, string $lastRoute)
No description
array
findAllOrders()
No description
array
generateDataForReport(array $invoiceSearchParams)
No description
mixed
array
getAllUsers()
No description
mixed
savePromotion(mixed $content)
No description
null|object
checkCoupon(mixed $code)
No description
bool