Bitpay card config external json
This commit is contained in:
parent
63916402a3
commit
222fbe57ff
7 changed files with 73 additions and 8 deletions
|
|
@ -70,6 +70,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $ioni
|
|||
|
||||
// Plain URL
|
||||
} else if (/^https?:\/\//.test(data)) {
|
||||
if ($state.current.name == 'tabs.bitpayCardIntro' || $state.current.name == 'tabs.buyandsell.glidera') return false;
|
||||
$state.go('tabs.send');
|
||||
$timeout(function() {
|
||||
$state.transitionTo('tabs.send.confirm', {paypro: data});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue