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 (
commit 8f6a57df55875c29a127b5d2e972b0b91e13249a
tree baded2cbae451c8bc61215cfea93f32b26105b25
parent f53a1125b7586194cdeeb8132e2323017ba32ca2
tree baded2cbae451c8bc61215cfea93f32b26105b25
parent f53a1125b7586194cdeeb8132e2323017ba32ca2
| name | age | message | |
|---|---|---|---|
| |
Frameworks/ | Tue May 05 20:13:05 -0700 2009 | |
| |
LICENSE | Tue Apr 14 21:11:13 -0700 2009 | |
| |
PotionStorefront.xcodeproj/ | ||
| |
README.markdown | Mon Jun 22 23:49:52 -0700 2009 | |
| |
Resources/ | ||
| |
Source/ |
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








