Merge branch 'amitasaurus-btcPay-coinSwitch'

This commit is contained in:
nicolas.dorier
2019-06-13 16:31:48 +09:00

View File

@@ -182,7 +182,7 @@
computed: {
coinswitchAmountDue: function() {
return this.srvModel.coinSwitchAmountMarkupPercentage
? (1 + (this.srvModel.coinSwitchAmountMarkupPercentage / 100))
? this.srvModel.btcDue * (1 + (this.srvModel.coinSwitchAmountMarkupPercentage / 100))
: this.srvModel.btcDue;
}
}