Incoming data working with sendFlowService.

This commit is contained in:
Brendon Duncan 2018-08-09 13:24:13 +12:00
commit 0410182d4f

View file

@ -82,7 +82,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
});
// Timeout is required to enable the "Back" button
$timeout(function() {
var params = {};
var params = sendFlowService.getState();
if (amount) {
params.amount = amount;