Browse Source

REF: buy bitcoin via redirect

transactionselectrum
Overtorment 6 years ago
committed by Igor Korsakov
parent
commit
6dd83afd09
  1. 4
      screen/wallets/buyBitcoin.js

4
screen/wallets/buyBitcoin.js

@ -86,9 +86,9 @@ export default class BuyBitcoin extends Component {
color: BlueApp.settings.buttonTextColor,
}}
onPress={() => {
Linking.openURL('https://old.changelly.com/?ref_id=rtagfcvnwiwvhm99');
Linking.openURL('https://bluewallet.io/buy-bitcoin-redirect.html');
}}
title="Buy from Changelly"
title="Buy Bitcoin"
/>
<BlueSpacing40 />

Loading…
Cancel
Save