Skip to content

Instantly share code, notes, and snippets.

@seven-cd
Created July 17, 2017 06:49
Show Gist options
  • Save seven-cd/d45107fc3681124be1dec2eaf2515b22 to your computer and use it in GitHub Desktop.
Save seven-cd/d45107fc3681124be1dec2eaf2515b22 to your computer and use it in GitHub Desktop.
const pmx = require('pmx');
pmx.action('SevenService:ConfirmTransaction', (reply) => {
// You must reply to action
reply({success : true});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment