Skip to content

Commit

Permalink
Changing demo host
Browse files Browse the repository at this point in the history
  • Loading branch information
tigwyk committed May 1, 2021
1 parent 843de9f commit 1a46b81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ <h1>Accept Nano Demo</h1>

<form id="paymentForm">
<label>API Host</label>
<input type="text" name="apiHost" value="accept-nano-demo.put.io" />
<input type="text" name="apiHost" value="banano.neutralgood.dev:8000" />

<label>Amount</label>
<input type="text" name="amount" value="0.000001" />
<input type="text" name="amount" value="1" />

<label>Currency</label>
<select name="currency">
<option value="BANANO">BANANO</option>
<option value="USD">USD</option>
</select>

<label>State</label>
Expand Down

0 comments on commit 1a46b81

Please sign in to comment.