Skip to content

Commit

Permalink
Merge pull request #38 from veritrans/update-example-JS-url
Browse files Browse the repository at this point in the history
update example JS url
  • Loading branch information
rizdaprasetya authored Jun 14, 2019
2 parents ff7f567 + a209099 commit 9d3aefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/simplepay/templates/core_api_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Simplepay - Core API</title>
<script src="https://api.sandbox.veritrans.co.id/v2/assets/js/midtrans.min.js" type="text/javascript"></script>
<script src="https://api.sandbox.midtrans.com/v2/assets/js/midtrans.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" type="text/javascript"></script>
<script src="/assets/ccfield.js"></script>
<link href="/assets/common.css" rel="stylesheet"/>
Expand Down Expand Up @@ -86,4 +86,4 @@
})
});
</script>
</html>
</html>

0 comments on commit 9d3aefa

Please sign in to comment.