First integration. BitPay invoice generation is ready. Fake responses from amazon

This commit is contained in:
Gustavo Maximiliano Cortez 2016-05-13 11:48:48 -03:00
commit 2c89ff7f66
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
17 changed files with 734 additions and 2 deletions

View file

@ -315,6 +315,26 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
},
}
})
.state('amazon', {
url: '/amazon',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/amazon.html'
},
}
})
.state('buyAmazon', {
url: '/buyamazon',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/buyAmazon.html'
},
}
})
.state('preferencesAdvanced', {
url: '/preferencesAdvanced',
templateUrl: 'views/preferencesAdvanced.html',