feat: accounting added
This commit is contained in:
@@ -89,6 +89,7 @@ export interface PurchaseFilters {
|
||||
package_name?: string;
|
||||
gateway?: string; // gateway name key (e.g. "zarinpal")
|
||||
status?: number;
|
||||
product_id?: number; // filter by a specific product
|
||||
per_page?: number;
|
||||
page?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user