Guest User

Untitled

a guest
Oct 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. define(
  2. ["jquery", "ko", "uiComponent", "mage/translate"],
  3. function ($, ko, Component, translate) {
  4. "use strict"
  5.  
  6. const URL_EMAIL = "/rest/V1/feedback/form/email"
  7.  
  8. let url = "/" + storeCode + URL_EMAIL;
  9. ...
Add Comment
Please, Sign In to add comment