AndroidPay modern api was used. Initialization flow breaking changes. Issue fixes. Some fancy make up was performed.
before 5.0.0:
| /*--- LONG POLL --*/ | |
| /** | |
| * Adapted from http://blog.gospodarets.com/fetch_in_action/ | |
| * many thanks! | |
| */ | |
| var MAX_WAITING_TIME = 5000;// in ms | |
| var getJSON = function (params) { | |
| var wrappedPromise = {}; |