6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 932b8c1a
Changed files
concierge/lib/presentation/screens/receipt/bloc/receipt_cubit.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/concierge/lib/presentation/screens/receipt/bloc/receipt_cubit.dart b/concierge/lib/presentation/screens/receipt/bloc/receipt_cubit.dart
index f54f869f..8022e886 100644
--- a/concierge/lib/presentation/screens/receipt/bloc/receipt_cubit.dart
+++ b/concierge/lib/presentation/screens/receipt/bloc/receipt_cubit.dart
@@ -7,7 +7,7 @@ class ReceiptCubit extends BaseCubit<ReceiptState> {
init();
}
- Product get product => Product.fromJson({
+ Product get mockProduct => Product.fromJson({
"id": 1603,
"title": "Pepsi",
"sub_title": "25 cl",