Skip to content

Commit

Permalink
fixed left behind merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leetrout committed Sep 22, 2011
1 parent 85a6efd commit b4f8d92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zebra/views.py
Expand Up @@ -5,13 +5,9 @@
from zebra.conf import options
from zebra.signals import *

<<<<<<< HEAD

=======
>>>>>>> master
stripe.api_key = options.STRIPE_SECRET


def _try_to_get_customer_from_customer_id(stripe_customer_id):
if options.ZEBRA_CUSTOMER_MODEL:
m = get_model(*options.ZEBRA_CUSTOMER_MODEL.split('.'))
Expand Down

0 comments on commit b4f8d92

Please sign in to comment.