[BUG FIX]: Coinswitch exchange with altcoins popup not showing bug fix (#804)

This commit is contained in:
Amit Singh
2019-05-02 17:32:01 +05:30
committed by Nicolas Dorier
parent 19a990b095
commit 3cd37682d3

View File

@@ -39,7 +39,10 @@
to_amount: parseFloat(toCurrencyDue),
state: orderId
};
waitForCoinSwitch();
payment.on('Exchange:Ready', function(){
waitForCoinSwitch();
})
function waitForCoinSwitch() {
if (typeof payment.open !== "function") {