payment logic done

This commit is contained in:
2021-11-18 22:32:55 -03:00
parent 0ff5b5b92a
commit 4bbffe9d0c
10 changed files with 165 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
</tbody>
</table>
<h3>Total: <span>00</span></h3>
<h3>Total: <span id="totalNumber">00</span> USD</h3>
<div class="message">
<p>Thanks for the interest, but this is not a real e-commerce. This is just a project to develop one. Thank you for your interest, I hope you liked it. Francisco Pessano.</p>
@@ -64,4 +64,5 @@
</div>
</body>
<script src="./script/script.js" type="module"></script>
</html>