OrdersProvider
in package
Provider for order-related queries and operations.
Table of Contents
- $allowed_statuses : array<string|int, mixed>
- Allowed order statuses for calculating milestones.
- get_order_count() : int
- Returns the number of orders.
Properties
$allowed_statuses
Allowed order statuses for calculating milestones.
protected
array<string|int, mixed>
$allowed_statuses
= array('pending', 'processing', 'completed')
Methods
get_order_count()
Returns the number of orders.
public
get_order_count() : int