Adds wallet-name to OrderId (BitPay invoice)
This commit is contained in:
parent
92c5be684a
commit
a214211c8c
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ angular.module('copayApp.controllers').controller('buyAmazonController',
|
||||||
var currency_code = configService.getSync().amazon.testnet ? window.amazon_sandbox_currency_code : window.amazon_currency_code;
|
var currency_code = configService.getSync().amazon.testnet ? window.amazon_sandbox_currency_code : window.amazon_currency_code;
|
||||||
var dataSrc = {
|
var dataSrc = {
|
||||||
price: $scope.fiat,
|
price: $scope.fiat,
|
||||||
currency: currency_code
|
currency: currency_code,
|
||||||
|
orderId: self.selectedWalletName
|
||||||
};
|
};
|
||||||
var outputs = [];
|
var outputs = [];
|
||||||
var config = configService.getSync();
|
var config = configService.getSync();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue