Merge pull request #2524 from cmgustavo/bug/wp8-14
Fixes scanning paypro twice on WP
This commit is contained in:
commit
9457fab3a9
1 changed files with 22 additions and 20 deletions
|
|
@ -337,6 +337,7 @@ angular.module('copayApp.controllers').controller('sendController',
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
$log.debug('Fetch PayPro Request...', uri);
|
$log.debug('Fetch PayPro Request...', uri);
|
||||||
|
$timeout(function() {
|
||||||
fc.fetchPayPro({
|
fc.fetchPayPro({
|
||||||
payProUrl: uri,
|
payProUrl: uri,
|
||||||
}, function(err, paypro) {
|
}, function(err, paypro) {
|
||||||
|
|
@ -358,6 +359,7 @@ angular.module('copayApp.controllers').controller('sendController',
|
||||||
paypro.memo);
|
paypro.memo);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}, 1);
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setFromUri = function(uri) {
|
this.setFromUri = function(uri) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue