Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Created November 7, 2012 15:18
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/4032197 to your computer and use it in GitHub Desktop.
Save nukturnal/4032197 to your computer and use it in GitHub Desktop.
MPower .NET Checkout Store Configuration
MPowerStore store = new MPowerStore {
Name = "Awesome Online Store",
Tagline = "This is my awesome tagline",
PhoneNumber = "030200001",
PostalAddress = "P. O. Box 10770 Accra North Ghana",
LogoUrl = "http://www.mylogourl.com/photo.png"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment