|
@ -300,6 +300,7 @@ export class OrderService { |
|
|
|
|
|
|
|
|
return { |
|
|
return { |
|
|
...order, |
|
|
...order, |
|
|
|
|
|
isDuplicate: false, |
|
|
value, |
|
|
value, |
|
|
feeInBaseCurrency: this.exchangeRateDataService.toCurrency( |
|
|
feeInBaseCurrency: this.exchangeRateDataService.toCurrency( |
|
|
order.fee, |
|
|
order.fee, |
|
@ -310,8 +311,7 @@ export class OrderService { |
|
|
value, |
|
|
value, |
|
|
order.SymbolProfile.currency, |
|
|
order.SymbolProfile.currency, |
|
|
userCurrency |
|
|
userCurrency |
|
|
), |
|
|
) |
|
|
isDuplicate: false |
|
|
|
|
|
}; |
|
|
}; |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|