|
|
@ -137,7 +137,7 @@ export class TransactionController { |
|
|
|
client_id: transactionInput.client_id, |
|
|
|
client_id: transactionInput.client_id, |
|
|
|
base_currency: Currency.EUR, |
|
|
|
base_currency: Currency.EUR, |
|
|
|
base_amount: |
|
|
|
base_amount: |
|
|
|
transactionAmount * exchangeRateResponse[transactionInput.currency], |
|
|
|
transactionAmount / exchangeRateResponse[transactionInput.currency], |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const commissionAmount = this.applyRules( |
|
|
|
const commissionAmount = this.applyRules( |
|
|
|