6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit f86d2179
Changed files
.../lib/presentation/screens/check_in/bloc/check_in_cubit.dart | 1 + 1 file changed, 1 insertion(+)
Diff
diff --git a/comwell_key_app/lib/presentation/screens/check_in/bloc/check_in_cubit.dart b/comwell_key_app/lib/presentation/screens/check_in/bloc/check_in_cubit.dart
index cbe38152..05f8c086 100644
--- a/comwell_key_app/lib/presentation/screens/check_in/bloc/check_in_cubit.dart
+++ b/comwell_key_app/lib/presentation/screens/check_in/bloc/check_in_cubit.dart
@@ -109,6 +109,7 @@ class CheckInCubit extends BaseCubit<CheckInState> {
itemName: "itemName",
price: booking.balance?.toInt() ?? 0,
quantity: 1,
+ bookingReference: booking.confirmationNumber,
);
_tracking.trackBeginCheckout(analyticsEventItem);
try {