Merge pull request #1528 from Kukks/payjoin/ui-linkfix

Payjoin: Fix payjoin detection in checkout UI
This commit is contained in:
Nicolas Dorier
2020-05-01 18:44:50 +09:00
committed by GitHub

View File

@@ -228,7 +228,7 @@
},
computed: {
hasPayjoin: function(){
return this.srvModel.invoiceBitcoinUrl.indexOf('@PayjoinClient.BIP21EndpointKey') === -1;
return this.srvModel.invoiceBitcoinUrl.indexOf('@PayjoinClient.BIP21EndpointKey=') === -1;
},
coinswitchAmountDue: function() {
return this.srvModel.coinSwitchAmountMarkupPercentage