Fix livenet
This commit is contained in:
parent
87535b3f24
commit
7edf1b2894
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ angular.module('copayApp.services').factory('bitpayCardService', function($http,
|
||||||
* Development: 'testnet'
|
* Development: 'testnet'
|
||||||
* Production: 'livenet'
|
* Production: 'livenet'
|
||||||
*/
|
*/
|
||||||
credentials.NETWORK = 'testnet';
|
credentials.NETWORK = 'livenet';
|
||||||
if (credentials.NETWORK == 'testnet') {
|
if (credentials.NETWORK == 'testnet') {
|
||||||
credentials.BITPAY_API_URL = 'https://gustavo.bp:8088';
|
credentials.BITPAY_API_URL = 'https://test.bitpay.com';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
credentials.BITPAY_API_URL = 'https://bitpay.com';
|
credentials.BITPAY_API_URL = 'https://bitpay.com';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue