This commit is contained in:
Kukks
2023-08-15 16:12:31 +02:00
parent 8d4e2fcbf4
commit c62d24d1fd
4 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<PropertyGroup>
<Product>SideShift</Product>
<Description>Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins.</Description>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

View File

@@ -75,7 +75,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
document.getElementById("ss-result-additional-info").value = "";
if (isValid()){
shiftButton.setAttribute("disabled", "disabled");
const type = "notpermanent";
const type = "permanent";
if (type ==="permanent"){
fetch("https://sideshift.ai/api/v2/shifts/variable",{