mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
Update VodafoneDE.js
This commit is contained in:
parent
14f660af10
commit
1bc7f54a7d
1 changed files with 5 additions and 3 deletions
|
@ -3,9 +3,11 @@
|
||||||
// icon-color: red; icon-glyph: broadcast-tower;
|
// icon-color: red; icon-glyph: broadcast-tower;
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
Version 2.2.1
|
Version 2.2.2
|
||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
|
v2.2.1:
|
||||||
|
- fix const variable issue
|
||||||
v2.2.1:
|
v2.2.1:
|
||||||
- fix empty string mapping issue
|
- fix empty string mapping issue
|
||||||
- fix prepaid progressbar issue
|
- fix prepaid progressbar issue
|
||||||
|
@ -527,7 +529,7 @@ async function getUsage(user, pass, number) {
|
||||||
console.log(JSON.stringify(res['serviceUsageVBO']['usageAccounts'][0], null, 2))
|
console.log(JSON.stringify(res['serviceUsageVBO']['usageAccounts'][0], null, 2))
|
||||||
}
|
}
|
||||||
const marketCode = res['serviceUsageVBO']['usageAccounts'][0]['details']['marketCode']
|
const marketCode = res['serviceUsageVBO']['usageAccounts'][0]['details']['marketCode']
|
||||||
const billDate = res['serviceUsageVBO']['usageAccounts'][0]['details']['billDate']
|
let billDate = res['serviceUsageVBO']['usageAccounts'][0]['details']['billDate']
|
||||||
const amount = res['serviceUsageVBO']['usageAccounts'][0]['details']['amount']
|
const amount = res['serviceUsageVBO']['usageAccounts'][0]['details']['amount']
|
||||||
|
|
||||||
let usage = []
|
let usage = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue