Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Drop payment_method_token column from user object
Browse files Browse the repository at this point in the history
I'm removing payment_method_token from the user object so I can rename
rename this column in the database to stripe_customer_id. #58
  • Loading branch information
chadwhitacre committed Jun 20, 2012
1 parent 0e5984b commit 67ffa5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gittip/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def load_session(where, val):
SQL = """\
SELECT p.id
, p.statement
, p.payment_method_token
, p.last_bill_result
, p.session_token
, p.session_expires
Expand Down

0 comments on commit 67ffa5b

Please sign in to comment.