[BUG FIX]: Coinswitch exchange with altcoins popup not showing bug fix

This commit is contained in:
Amit Singh 2019-05-02 14:49:33 +05:30
parent a6e52ed3df
commit 77338c6054

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") {