Skip to content

Commit

Permalink
no need for a per-user deposit limit
Browse files Browse the repository at this point in the history
bill acceptor fixes that
  • Loading branch information
bradjc committed Apr 29, 2019
1 parent 9c99e3b commit 75ebc28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions chezbetty/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,6 @@ def check_password(self, cand):
def has_password(self):
return self._password != None

# Cash deposit limit is now fixed at $2 because we have a bill acceptor
@property
def deposit_limit(self):
return 2.0


def get_user(request):
login = authenticated_userid(request)
Expand Down

0 comments on commit 75ebc28

Please sign in to comment.