Skip to content

Commit 0a3ba6b

Browse files
committed
hotfix: correct value
1 parent bd4f755 commit 0a3ba6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ <h2 class="content-head text-center">Your Receipt</h2>
926926
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
927927
<script src="https://unpkg.com/currency.js@2.0.3/dist/currency.min.js"></script>
928928
<script type="text/javascript">
929-
var amout = 1000000000;
929+
var amout = 100000000099;
930930

931931
$('.pricing-amount span').text(currency(amout, { fromCents: true, precision: 0 }).format());
932932

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)