Added HostingUserLoginForm test, Added HostingUserSignupForm test, Added PasswordResetRequestForm Test, Added SetPasswordForm test, Created custom 404 page

This commit is contained in:
Levi 2016-07-07 23:35:50 -05:00
commit b34d84657e
9 changed files with 224 additions and 7 deletions

View file

@ -82,7 +82,6 @@ class StripeUtils(object):
)
return customer
@handleStripeError
def make_charge(self, amount=None, customer=None):
amount = int(amount * 100) # stripe amount unit, in cents