Skip to content
Snippets Groups Projects

Ln 443 basic payment flow

Merged ciragane Nicole requested to merge LN-443-basic-payment-flow into main
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

Pipeline #3129 failed

Pipeline failed for c08fcb59 on LN-443-basic-payment-flow

Approval is optional

Merged by Darlington WlehDarlington Wleh 1 year ago (Nov 10, 2023 7:19am UTC)

Loading

Pipeline #3146 failed

Pipeline failed for 6d53755e on main

Skipped deployment to produ‎ction‎

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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">
  • ciragane Nicole added 2 commits

    added 2 commits

    • 9b7647a5 - Use a base64 src data instead of a file
    • c08fcb59 - Merge branch 'LN-443-basic-payment-flow' of...

    Compare with previous version

  • Darlington Wleh mentioned in commit 6d53755e

    mentioned in commit 6d53755e

  • Please register or sign in to reply
    Loading