diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-20 19:06:30 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-20 19:06:30 +0200 |
| commit | 8d6d7a1da19e691ce0b643b4136d946931a93b46 (patch) | |
| tree | b4c5afa91ea0763c3e5e5f389d8f1d6bdf3d8a51 /lib/credit_card_payment.dart | |
| parent | b327ea0d47024fc3d58a7624ba0e83a3d3534314 (diff) | |
| download | carpool-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.dart | 1 |
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 |
