Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. OG
  2. javascript: (function () { version = prompt("what version of pmec? 'l' for localhost"); document.cookie = 'set_widget_overrides=true;expires=Tue, 18 Dec 3100 12:00:00 GMT;domain=.intuit.com;path=/;secure'; if (version === "l") { document.cookie = `ctg/pmec=https://localhost:34212/js-unified/unified-pmec.js;expires=Tue, 18 Dec 3100 12:00:00 GMT;domain=.intuit.com;path=/;secure`; var win = window.open('https://localhost:34212', '_blank'); win.focus(); } else { document.cookie = `ctg/pmec=https://plugin.intuitcdn.net/product-marketing-experience-collection/${version}/js-unified/unified-pmec.js;expires=Tue, 18 Dec 3100 12:00:00 GMT;domain=.intuit.com;path=/;secure`; } })()
  3.  
  4. version from Gevans last merge
  5. 2.40.0-apr.1312-b.6876
  6.  
  7. My version
  8. 2.40.2-apr.1311-b.6882
  9.  
  10. skip to POST PI
  11. AppShell.getService('Orchestrator').showDynamicContent({ widgetID: 'ctg/pmec', context: { 'interview': false, 'location':'PostPI', 'component': 'Upsell', 'fileRef': 'upSell.UpgradeNoProduct_FLOW', 'isFlow': true, 'params': { 'skuList': '', 'upsellType': 'PostPI' }, 'modal': false }, viewport: document.querySelector('#main_right #dialogRegion'), onDone: function() {exitDirection = 'onDone';}, onCancel: function() {exitDirection = 'onCancel';} })
  12.  
  13.  
  14. Trainstation:
  15. https://stc-e2e-us-west-2.tto-preprod.a.intuit.com/trainstation/?latest=ty18e2e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement