Advertisement
Guest User

Untitled

a guest
May 31st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. exports.charge = function(token) {
  2. console.log("Charged");
  3. console.log(token);
  4. }
  5.  
  6. exports.subscribe = function(token) {
  7. console.log("Subscribed");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement