Skip to content

Commit

Permalink
updates source point to reosources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
corepay committed Oct 3, 2023
1 parent 4993207 commit baf7862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
margin: 20px;
}

.card-title {
Expand Down Expand Up @@ -58,7 +59,7 @@ <h2 class="card-subtitle">Qor Direct OpenApi 3 Documentation</h2>
<div class="card">
<h1 class="card-title">Javascript Docs</h1>
<h2 class="card-subtitle">ES5 and ES6 Javascript SDK for Qorcommerce Payment Gateway direct</h2>
<a href="./js-sdk/index.html" class="button">View</a>
<a href="./oas/resources/v3.json" class="button">View</a>
</div>
</body>
</html>

0 comments on commit baf7862

Please sign in to comment.