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
// Method use for logging for debugging | |
function autoFillGettingLog(message) { | |
window.webkit.messageHandlers.autoFillGettingShippingInfoLog.postMessage(message); | |
} | |
autoFillGettingLog("Beginning...."); | |
/// The configuration xpath will be replace before injected to IAB | |
/// format: [{xPath, key, value}] | |
var autoFillGettingConfigurationXPathsString = "checkout-configuration-xpaths"; |
OlderNewer