Skip to content

Commit

Permalink
pulled unnecessary import, updated readme with actual status
Browse files Browse the repository at this point in the history
  • Loading branch information
skoczen committed Sep 17, 2011
1 parent 6c37cd1 commit 52533a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*.swp
pip-log.txt
zebra_sample_project/zebra_sample.db
zebra_sample_project/locals.py
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Zebra is a set of webhook handlers, forms and widgets that make using Stripe wit

It includes a sample view and template, and pull requests are quite welcome!

Status
======

In active dev this weekend ( Sept 19, 2011 ). Probably don't use it in production until monday. This message will go away when that's changed.


Usage
=====
Expand All @@ -29,13 +34,15 @@ Zebra provides handling of all the webhooks that stripe sends back, and calls a


Zebra provides:

* `zebra_webhook_recurring_payment_failed`
* `zebra_webhook_invoice_ready`
* `zebra_webhook_recurring_payment_succeeded`
* `zebra_webhook_subscription_trial_ending`
* `zebra_webhook_subscription_final_payment_attempt_failed`

All of the webhooks provide the same arguments:

* `customer` - the Customer object
* `full_json` - the full json response, parsed with simplejson.

Expand Down
1 change: 0 additions & 1 deletion zebra/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.conf.urls.defaults import *
from django.conf import settings
from zebra import views

urlpatterns = patterns('',
Expand Down

0 comments on commit 52533a7

Please sign in to comment.