Revert "Changelly Support (#267)"

This reverts commit a5fca7a1c4.
This commit is contained in:
nicolas.dorier
2018-10-18 12:27:46 +09:00
parent a5fca7a1c4
commit f419c56a3c
23 changed files with 99 additions and 986 deletions

View File

@@ -32,6 +32,9 @@ function changeCurrency(currency) {
}
function onDataCallback(jsonData) {
// extender properties used
jsonData.shapeshiftUrl = "https://shapeshift.io/shifty.html?destination=" + jsonData.btcAddress + "&output=" + jsonData.paymentMethodId + "&amount=" + jsonData.btcDue;
//
var newStatus = jsonData.status;