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/4025222 to your computer and use it in GitHub Desktop.
Save nukturnal/4025222 to your computer and use it in GitHub Desktop.
MPower PHP Checkout Store Configuration
<?php
//Setup your Store information
MPower_Checkout_Store::setName("My Awesome Online Store");
MPower_Checkout_Store::setTagline("My awesome store's awesome tagline");
MPower_Checkout_Store::setPhoneNumber("0302507099");
MPower_Checkout_Store::setPostalAddress("Post office Box AN 10604");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment