Skip to content

Commit 06dedd1

Browse files
Add user login and payment with credit card
This project introduces the core functionality of a simple invoice payment application, where users can log in, select an invoice type, input usage amounts, and complete the payment process using their credit card details.
1 parent f651cc3 commit 06dedd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Invoice_Payment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#This project introduces the core functionality of a simple invoice payment application, where users can log in, select an invoice type, input usage amounts, and complete the payment process using their credit card details.
2+
3+
14
ahmet_page = {
25
"name": "Ahmet",
36
"surname": "Yılmaz",

0 commit comments

Comments
 (0)