Merge pull request #6474 from cmgustavo/bug/amazon-02
Fix Amazon integration: details shows always in USD
This commit is contained in:
commit
238341722d
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ angular.module('copayApp.controllers').controller('buyAmazonController', functio
|
|||
|
||||
var initialize = function(wallet) {
|
||||
var parsedAmount = txFormatService.parseAmount(amount, currency);
|
||||
$scope.currencyIsoCode = parsedAmount.alternativeIsoCode;
|
||||
$scope.currencyIsoCode = parsedAmount.currency;
|
||||
$scope.amountUnitStr = parsedAmount.amountUnitStr;
|
||||
var dataSrc = {
|
||||
amount: parsedAmount.amount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue