Added a little disclaimer

This commit is contained in:
Keith Irwin 2023-06-14 21:36:19 -06:00
parent bddc4bc236
commit c96c695922
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ title: Cart
<button id="checkout-button" data-bind="click:checkout,enable:(checkoutEnabled()&&!isLoading()), attr:{title:checkoutButtonHelp()}, text:checkoutButtonText">📃 Create order</button>
</div>
<p>
<b>NOTE!</b> This checkout system is brand new and not fully tested. If you have trouble with your payment or do not receive your items in a week or two, please contact us at <a href="mailto:sales@slvit.us">sales@slvit.us</a>.
</p>
<script>
const API_DOMAIN = '{{env.API_DOMAIN}}'
const MONERO_PRICECHECK_SEC = {{env.MONERO_PRICECHECK_SEC}}