Skip to content

Commit 820a45e

Browse files
committed
Remove changelly ref
1 parent 3f7c492 commit 820a45e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/js/controllers/tab-home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
323323
};
324324

325325
$scope.openChangellyWeb = function() {
326-
var url = 'https://changelly.com/exchange/USD/NAV/100?ref_id=6c2996558a71';
326+
var url = 'https://changelly.com/exchange/USD/NAV/100';
327327
var optIn = true;
328328
var title = null;
329329
var message = gettextCatalog.getString('Visit Changelly.com');

src/js/controllers/tab-settings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
8383
}
8484

8585
$scope.openChangellyWeb = function() {
86-
var url = 'https://changelly.com/exchange/USD/NAV/100?ref_id=6c2996558a71';
86+
var url = 'https://changelly.com/exchange/USD/NAV/100';
8787
var optIn = true;
8888
var title = null;
8989
var message = gettextCatalog.getString('Visit Changelly.com');

www/views/changelly.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
<div class="list card mobile-only text-center" ng-if="isIOS || isAndroid">
5858
<div class="text">* Credit Card purchase not available on your device</div>
5959
<div class="link">
60-
<a class="button button-standard button-primary" ng-show="wallets[0]" ng-click="openExternalLink('https://changelly.com/exchange/USD/NAV/100?ref_id=6c2996558a71')" translate>Buy NAV with Credit Card</a>
60+
<a class="button button-standard button-primary" ng-show="wallets[0]" ng-click="openExternalLink('https://changelly.com/exchange/USD/NAV/100')" translate>Buy NAV with Credit Card</a>
6161
</div>
6262
</div>
6363

6464
<div class="list card">
6565
<div id="changelly-constrainer">
6666
<div id="changelly-loader" translate>Loading Changelly Exchange...</div>
6767
<div id="changelly-container">
68-
<iframe src="https://changelly.com/widget/v1?auth=email&from=BTC&to=NAV&merchant_id=fa6a4eb25086&address=&amount=0.01&ref_id=6c2996558a71&color=7d59b5"
68+
<iframe src="https://changelly.com/widget/v1?auth=email&from=BTC&to=NAV&merchant_id=fa6a4eb25086&address=&amount=0.01&color=7d59b5"
6969
id="changelly-iframe" scrolling="no" style="overflow-y: hidden; border: none" translate>Can't load Changelly widget</iframe>
7070
</div>
7171
</div>

0 commit comments

Comments
 (0)