Skip to content

Commit

Permalink
ADD: moonpay
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Apr 14, 2020
1 parent 7b378b7 commit 31cc7d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buy-bitcoin-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
}

window.location = safello_url
} else {
window.location = 'https://changenow.io?link_id=7ccc7c1c261e17';
} else {
var moonpay_url = 'https://moonpay-redirect.herokuapp.com/?apiKey=pk_live_IkhSI2lIXSiolwakfd95QFD4p3908cZa&enabledPaymentMethods=credit_debit_card%2Csepa_bank_transfer%2Cgbp_bank_transfer&currencyCode=BTC&colorCode=%2368BBE1&showWalletAddressForm=true';
if (address) moonpay_url += '&walletAddress=' + address;
window.location = moonpay_url;
}
}
});
Expand Down

0 comments on commit 31cc7d5

Please sign in to comment.