feat: payment method analytic repo

This commit is contained in:
efrilm
2025-08-18 02:23:25 +07:00
parent d58198e7f0
commit bc95336a19
18 changed files with 2573 additions and 29 deletions
@@ -11,6 +11,6 @@ class InventoryAnalyticLoaderState with _$InventoryAnalyticLoaderState {
factory InventoryAnalyticLoaderState.initial() =>
InventoryAnalyticLoaderState(
inventoryAnalytic: InventoryAnalytic.empty(),
failureOptionInventoryAnalytic: None(),
failureOptionInventoryAnalytic: none(),
);
}