summaryrefslogtreecommitdiff
path: root/lib/credit_card_payment.dart
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-11-20 19:06:30 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-11-20 19:06:30 +0200
commit8d6d7a1da19e691ce0b643b4136d946931a93b46 (patch)
treeb4c5afa91ea0763c3e5e5f389d8f1d6bdf3d8a51 /lib/credit_card_payment.dart
parentb327ea0d47024fc3d58a7624ba0e83a3d3534314 (diff)
downloadcarpool-8d6d7a1da19e691ce0b643b4136d946931a93b46.tar.xz
carpool-8d6d7a1da19e691ce0b643b4136d946931a93b46.zip
Added signup page and added logo asset and added simple home page
Diffstat (limited to 'lib/credit_card_payment.dart')
-rw-r--r--lib/credit_card_payment.dart1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/credit_card_payment.dart b/lib/credit_card_payment.dart
index 7da09e4..0e73e6d 100644
--- a/lib/credit_card_payment.dart
+++ b/lib/credit_card_payment.dart
@@ -54,7 +54,6 @@ class CreditCardDetailsPage extends StatelessWidget {
onPressed: () {
// TODO
// Implement payment processing logic here
- // You can use the provided orderID to process payment
print('Payment processed for Order ID: $orderID');
Navigator.pop(
context); // Return to previous screen after payment