Testing Shapeshift integration

This commit is contained in:
lepipele
2018-03-13 12:20:22 -05:00
parent 56eea18b2d
commit 9e16b83202
2 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ function onDataCallback(jsonData) {
$(".payment__spinner").hide();
}
jsonData.shapeshiftUrl = "https://shapeshift.io/shifty.html?destination=" + jsonData.btcAddress + "&output=" + jsonData.paymentMethodId + "&amount=" + jsonData.btcDue;
// updating ui
checkoutCtrl.srvModel = jsonData;
}