Displaying requested amount in origin screen.

This commit is contained in:
Brendon Duncan 2018-08-06 13:39:03 +12:00
commit 4203a449d9
3 changed files with 47 additions and 5 deletions

View file

@ -1,5 +1,7 @@
'use strict';
// For BIP70 Payment Protocol
angular
.module('copayApp.services')
.factory('payproService', payproService);