Improves datetime. Adds invoice URL
This commit is contained in:
parent
2c89ff7f66
commit
05e57983c6
5 changed files with 29 additions and 10 deletions
|
|
@ -169,7 +169,8 @@ angular.module('copayApp.controllers').controller('buyAmazonController',
|
|||
var gift = {
|
||||
amount: dataSrc.price,
|
||||
currencyCode: dataSrc.currency,
|
||||
bitpayInvoiceId: data.data.id
|
||||
bitpayInvoiceId: data.data.id,
|
||||
bitpayInvoiceUrl: data.data.url
|
||||
};
|
||||
self.loading = 'Buying gift card...';
|
||||
amazonService.buyGiftCard(gift, function(err, giftCard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue