Advertisement
Guest User

Untitled

a guest
May 16th, 2019
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. window.postMessage(
  2. {
  3. type: "chrome/configuration/SEND",
  4. serviceUrl: `https://api-qa.dominos.com/order-event-presentation-service/`,
  5. experienceId: "local_testing",
  6. deviceId: "local_testing",
  7. experiences: ["TBD"],
  8. name: "TBD",
  9. pingfed: {
  10. url: "https://auth-qa.dominos.com/as/token.oauth2",
  11. username: "01000000-0100-0100-0001-000000000001",
  12. password: "zPJ8q8hJSMnUzA5n"
  13. },
  14. storeId: "1015"
  15. },
  16. window.location.origin
  17. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement