Guest User

Untitled

a guest
May 22nd, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                // Sandbox mode, Optionally add callbacks
  2.                 store.inappbilling.setTestMode(function () {
  3.                         //successfully loaded test data
  4.                         console.log("Success");
  5.                     },
  6.                     function (error) {
  7.                         console.log(error);
  8.                     });
Add Comment
Please, Sign In to add comment