This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Thanks https://gist.github.com/marco79cgn/23ce08fd8711ee893a3be12d4543f2d2 for the code :-) | |
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: deep-blue; icon-glyph: magic; | |
let storeId = 178 | |
let country | |
let param = args.widgetParameter | |
if (param != null && param.length > 0) { | |
storeId = param | |
} |