Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.FAM.subscribe("DCE_onLoadDiscountCodes", (data) => {
  2.     return new Promise(resolve => {
  3.         console.log(data);
  4.         resolve([]);
  5.     });
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement