This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Frameworks/ | Tue May 05 20:13:05 -0700 2009 | |
| |
LICENSE | Tue Apr 14 21:11:13 -0700 2009 | |
| |
PotionStorefront.xcodeproj/ | Mon Aug 31 15:36:01 -0700 2009 | |
| |
README.markdown | Mon Jun 22 23:49:52 -0700 2009 | |
| |
Resources/ | Mon Aug 31 15:36:01 -0700 2009 | |
| |
Source/ | Tue Oct 13 12:53:34 -0700 2009 |
README.markdown
PotionStorefront
PotionStorefront is a Cocoa framework that lets users buy software from within a Mac application. It collects order information and sends it off to Potion Store for final processing.
Features
- Fetches latest pricing from a plist file on the web
- Autofill billing address using data from the Address Book
- Auto-detect credit card type as the user types in the credit card number
- Localside credit card number verification using the Luhn algorithm
Usage:
- Example product data file: http://www.potionfactory.com/files/thehitlist/store_products.plist
- Look at AppDelegate.m to see example usage.
The delegate object needs to implement the following method to be notified of when the order completes successfully:
- (void)orderDidFinishCharging:(PFOrder *)order;
Requirements
- Mac OS X 10.5







