Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8734f23

Browse files
authored
Merge pull request #1857 from OpenBazaar/fix-shifty-key
Update shifty button API key
2 parents 3e556e7 + 981e209 commit 8734f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/buyWizardVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ module.exports = baseModal.extend({
603603
},
604604

605605
openShapeshiftURL: function() {
606-
var shapeshiftURL = 'https://shapeshift.io/shifty.html?destination='+this.payURL+'&output=BTC&apiKey=24ad734e196c948de4608e00472ab8a4b956a298c52abc20fda74114d6cebcb632714a9c5a0f38f46cef0bc974dfd41c34488432128d65acc099b3892f92d602&amount='+this.totalBTCPrice;
606+
var shapeshiftURL = 'https://shapeshift.io/shifty.html?destination='+this.payURL+'&output=BTC&apiKey=407531b0fa5d84a3c0d335c54d1ae7d5939f05b45aa90cf4d5dcfdca22c4be13f68a24a0d5ce6f1bbc5bd51b3cc0bc8a165254d29af6b8fb377d85287b747d41&amount='+this.totalBTCPrice;
607607
var shapeshiftWin = new BrowserWindow({width: 700, height: 500, frame: true});
608608
shapeshiftWin.loadURL(shapeshiftURL);
609609
},

0 commit comments

Comments
 (0)