summaryrefslogtreecommitdiff
path: root/mobile/lib/cart.dart
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-12-21 01:26:51 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-12-21 01:26:51 +0200
commit7b379914e44583b9b097ed286b669ad244b176a1 (patch)
tree32fc660273161a92a0b9784ac5edd6f2f5eea58c /mobile/lib/cart.dart
parentb84fe9a9c4c18a3f4e957f76ead34403c4316f76 (diff)
downloadcarpool-7b379914e44583b9b097ed286b669ad244b176a1.tar.xz
carpool-7b379914e44583b9b097ed286b669ad244b176a1.zip
Added Firestore support for both the driver app and the rider mobile app
Diffstat (limited to 'mobile/lib/cart.dart')
-rw-r--r--mobile/lib/cart.dart4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/lib/cart.dart b/mobile/lib/cart.dart
index b3d5b0b..109e407 100644
--- a/mobile/lib/cart.dart
+++ b/mobile/lib/cart.dart
@@ -81,9 +81,9 @@ class CartPage extends StatelessWidget {
onPressed: () {
// Implement payment or confirmation logic here
// For now, just print a message
- print('Processing payment/confirmation...');
+ print('Processing Requesting Ride');
},
- child: const Text('Proceed to Payment/Confirm'),
+ child: const Text('Request Ride'),
),
],
),