Skip to content
Snippets Groups Projects
Commit fef3bdf9 authored by Darlington Wleh's avatar Darlington Wleh
Browse files

Merge branch 'fix/LN-550-basic-pay-with-ada-button-broken' into 'main'

fix/LN-550-basic-pay-with-ada-button-broken

See merge request !12
parents 54ee24d8 b93b38a5
No related branches found
No related tags found
1 merge request!12fix/LN-550-basic-pay-with-ada-button-broken
Pipeline #3849 failed
......@@ -64,7 +64,7 @@
<form method="POST">
<input type="hidden" name="currency" id="currency" value="<?= $paymentAmounts['ADA']['name']; ?>">
<input type="hidden" name="total" id="total" value="<?= $paymentAmounts['ADA']['price']; ?>">
<button id="submitButton" class="button bg-rose-500 text-rose-100 px-4 py-2 font-bold rounded-lg">Add to Card</button>
<button id="submitButton" class="button bg-rose-500 text-rose-100 px-4 py-2 font-bold rounded-lg">Submit Payment</button>
</form>
</div>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment