We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b918a96 commit 0b60ed2Copy full SHA for 0b60ed2
app/index.html
@@ -926,7 +926,7 @@ <h2 class="content-head text-center">Your Receipt</h2>
926
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
927
<script src="https://unpkg.com/currency.js@2.0.3/dist/currency.min.js"></script>
928
<script type="text/javascript">
929
- var amout = 1000000000;
+ var amout = 10;
930
931
$('.pricing-amount span').text(currency(amout, { fromCents: true, precision: 0 }).format());
932
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "app",
3
- "version": "1.2.0",
+ "version": "1.1.1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments