Skip to content

Instantly share code, notes, and snippets.

@chege-kimaru
Created March 3, 2023 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chege-kimaru/248f68635e026dd00142007eb0796e4f to your computer and use it in GitHub Desktop.
Save chege-kimaru/248f68635e026dd00142007eb0796e4f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="app">
<form
id="payment-form"
action="https://testsecureacceptance.cybersource.com/pay"
method="POST"
></form>
</div>
<script src="kevin.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment