Skip to content

Commit

Permalink
Change Example Page Label
Browse files Browse the repository at this point in the history
  • Loading branch information
haritsfahreza committed Jul 2, 2018
1 parent 843ccfd commit 6252d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/simplepay/templates/core_api_index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Simplepay</title>
<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://code.jquery.com/jquery-2.2.4.min.js" type="text/javascript"></script>
<script src="/assets/ccfield.js"></script>
Expand Down Expand Up @@ -44,7 +44,7 @@
<input type="hidden" id="card-token" name="card-token"/>

<div class='row checkout'>
<span><a href='/snap'>via SNAP</a></span>
<span><a href='/snap'>SNAP Example</a></span>
<span class='checkout-button'>Checkout</span>
</div>
</form>
Expand Down
4 changes: 2 additions & 2 deletions example/simplepay/templates/snap_index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Simplepay</title>
<title>Simplepay - SNAP</title>
<script src="https://code.jquery.com/jquery-2.2.4.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://app.sandbox.midtrans.com/snap/snap.js"></script>
Expand All @@ -23,7 +23,7 @@
<input type="hidden" id="snap-token" name="snap-token" value="{{.Token}}"/>

<div class='row checkout'>
<span><a href='/'>via CORE API</a></span>
<span><a href='/'>Core API Example</a></span>
<span class='checkout-button'>Checkout</span>
</div>
</div>
Expand Down

0 comments on commit 6252d22

Please sign in to comment.