Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-L3 authored Oct 27, 2023
1 parent f61497d commit a963c76
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,14 +754,14 @@ <h3 class="h3-header">Authorizing your app</h3>
<p class="h3-header text-white dark:text-[#0D0D12]">2</p>
</div>
<div name="step-n-h3-text" class="flex flex-col gap-4 base-text">
<h3 class="h3-header">Getting updates</h3>
<p class="base-text text-opacity-80">There are two ways of receiving <br class="inline">updates for your app:</p>
<div name="step-n-description" class="">
<ul class=" list-inside list-disc flex flex-col gap-2 base-text text-opacity-80">
<li class="text-general"><span class="base-text text-opacity-80"><a class="landing-link">getInvoices</a> method to get a <br class="sm:hidden">list of created invoices.</span></li>
<li class="text-general"><span class="base-text text-opacity-80"><a class="landing-link">Webhooks</a> to receive <br class="sm:hidden">updates in realtime.</span></li>
</ul>
</div>
<h3 class="h3-header">Crypto Pay <br class="sm:hidden">API Request</h3>
<p class="base-text text-opacity-80">Requests are only served over HTTPS <br>To pass parameters use:</p>
<div name="step-n-description" class="flex flex-col gap-2 base-text ">
<a class="landing-link">URL query string</a>
<a class="landing-link">application/json </a>
<a class="landing-link">application/x-www-form-urlencoded</a>
<a class="landing-link">multipart/form-data</a>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -791,14 +791,14 @@ <h3 class="h3-header">Getting updates</h3>

</div>
<div name="step-n-h3-text" class="flex flex-col gap-4 base-text">
<h3 class="h3-header">Crypto Pay <br class="sm:hidden">API Request</h3>
<p class="base-text text-opacity-80">Requests are only served over HTTPS <br>To pass parameters use:</p>
<div name="step-n-description" class="flex flex-col gap-2 base-text ">
<a class="landing-link">URL query string</a>
<a class="landing-link">application/json </a>
<a class="landing-link">application/x-www-form-urlencoded</a>
<a class="landing-link">multipart/form-data</a>
</div>
<h3 class="h3-header">Getting updates</h3>
<p class="base-text text-opacity-80">There are two ways of receiving <br class="inline">updates for your app:</p>
<div name="step-n-description" class="">
<ul class=" list-inside list-disc flex flex-col gap-2 base-text text-opacity-80">
<li class="text-general"><span class="base-text text-opacity-80"><a class="landing-link">getInvoices</a> method to get a <br class="sm:hidden">list of created invoices.</span></li>
<li class="text-general"><span class="base-text text-opacity-80"><a class="landing-link">Webhooks</a> to receive <br class="sm:hidden">updates in realtime.</span></li>
</ul>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a963c76

Please sign in to comment.