mirror of
https://github.com/FranP-code/API-and-CRUD-for-Ecommerce-with-Node.js-FRONTEND.git
synced 2025-10-12 23:52:33 +00:00
payment logic done
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user