Skip to main content

List or Query

Returns a list of your activations.

Examples

Get 20 activations based on a query.

\SureCart\Models\Coupon::where([
'license_ids' => ['8ba8d60f-5277-4e6b-807c-dee8166446d5']
])->paginate([
'page' => 1,
'per_page' => 20
]);

Where Parameters

Response Attributes