Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Last active October 12, 2015 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukturnal/4025099 to your computer and use it in GitHub Desktop.
Save nukturnal/4025099 to your computer and use it in GitHub Desktop.
MPower PHP API Keys Configuration
<?php
MPower_Setup::setMasterKey("dd6f2c90-f075-012f-5b69-00155d866600");
MPower_Setup::setPublicKey("test_public_oDLVlm1eNyh0IsetdhdJvcl0ygA");
MPower_Setup::setPrivateKey("test_private_zzF3ywvX9DE-OSDNhUqKoaTI4wc");
MPower_Setup::setMode("test");
MPower_Setup::setToken("ca03737cf942cf644f36");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment