Fontinelli

Results 2 comments of Fontinelli

any updates on this new number check update in beta mode?

it didn't work for me, follow my code ![image](https://user-images.githubusercontent.com/42363005/156794955-23059398-01dd-43a5-aacb-c733d9ecd1cb.png) **window.WAPI.checkNumberStatus = function (id, done) { window.Store.WapQuery.queryExist(id).then((result) => { if( done !== undefined) { if (result.jid === undefined) throw 404; done(window.WAPI._serializeNumberStatusObj(result));...