Ln 443 basic payment flow
1 unresolved thread
1 unresolved thread
In this merge request I:
- Add a button which can be clicked and show the remaining process
- Init the project with yarn
- The rest of the code has been hardcoded
- The project can be started with
yarn start
Merge request reports
Activity
requested review from @darlington
assigned to @cnicole
added 3 commits
-
a749a139...8da206f5 - 2 commits from branch
main
- 3f0e24b2 - Merge branch 'main' into 'LN-443-basic-payment-flow'
-
a749a139...8da206f5 - 2 commits from branch
- index.html 0 → 100644
4 <title>Submit Order</title> 5 <link rel="stylesheet" href="index.css"> 6 </head> 7 8 <body> 9 <section class="main"> 10 <form method="POST" action="process.php"> 11 <input type="text" name="name" id="name"> 12 <button id="submitButton">Submit Order</button> 13 </form> 14 15 <div id="processingAnimation"> 16 Processing... 17 </div> 18 <div id="result"> 19 <img src="./src/assets/qrcode.png" alt="QR Code" class="qrcode"> changed this line in version 3 of the diff
mentioned in commit 6d53755e
Please register or sign in to reply