mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-29 10:54:36 +01:00
[BUG FIX]: Coinswitch exchange with altcoins popup not showing bug fix (#804)
This commit is contained in:
committed by
Nicolas Dorier
parent
19a990b095
commit
3cd37682d3
@@ -39,7 +39,10 @@
|
||||
to_amount: parseFloat(toCurrencyDue),
|
||||
state: orderId
|
||||
};
|
||||
waitForCoinSwitch();
|
||||
|
||||
payment.on('Exchange:Ready', function(){
|
||||
waitForCoinSwitch();
|
||||
})
|
||||
|
||||
function waitForCoinSwitch() {
|
||||
if (typeof payment.open !== "function") {
|
||||
|
||||
Reference in New Issue
Block a user