Order status for admin
array
getAdminStatus
()
Order status for customers
array
getFrontendStatus
()
Available actions for admin user
array
getOrderActions
()
Check if type and status matches for the order
void
matchOrderStatus
(string $type, string $status)
-
string
$type: order, payment, shipment
-
string
$status: comma separated
- new
- onhold
- processing
- complete
- closed
- cancelled
- void
- not_authorized
- pending
- authorized
- partial
- paid
- not_refunded
- pending
- partial
- refunded
- not_returned
- partial
- returned
void
validateOrderStatus
()