merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit d99e30afaf337da28b527785cebc7aa22731e357
parent 902cb22b5e6d0af4766f0a14045fb16dd979bf31
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  4 Nov 2015 23:09:03 +0100

Deleting wire form in homepage, providing link
to mint's website instead.

Diffstat:
Msrc/frontend/index.html | 34++--------------------------------
1 file changed, 2 insertions(+), 32 deletions(-)

diff --git a/src/frontend/index.html b/src/frontend/index.html @@ -68,39 +68,9 @@ obtain Taler coins. This is typically done using a wire transfer. However, as this is just a demonstrator, we will allow you to send the mint KUDOS coins using a simple - form on this website instead.</p> - <p>You begin by clicking on the Taler icon and selecting - "Create reserve". The extension will then display some - hexadecimal reserve public key, which you should copy to the - clipboard. After that, you can paste it into the form - below. When dealing with real currency, you would do - the same, except that you would have to copy the string - into the subject area for your wire transfer instead of - into this form. + form on the <a href="http://demo.taler.net/transfer" target="_blank">mint's website</a> + (new tab).</p> </p> - <form id="reserve-form" name="tform" action="/fake_wire_transfer.php" method="POST"> - <div class="participation" id="fake-wire"> - <br> - Paste your reserve public key here (right-click, "paste"): - <input type="text" name="reserve_pk"></input> - <select id="mint" name="mint_url"> - <option value="demo.taler.net">mint @taler.net</option> - <option value="localmint">localmint (**)</option> - </select> - <br> - Amount to credit to your reserve: - <select id="amount" name="kudos_amount"> - <option value="1">1 KUDOS</option> - <option value="2">2 KUDOS</option> - <option value="5">5 KUDOS</option> - <option value="10">10 KUDOS</option> - <option value="1000">1000 KUDOS</option> - </select> - <br> - <input type="submit" value="Submit"></input> - <br> - </div> - </form> </div> <div class="explanation" id="payment" role="article" style="display:none;"> <h2>Step 3: Select project to donate KUDOS to!</h2>