Implemented stripe integration

pull/77/head
Matheus Lima 2019-03-09 00:32:09 -03:00
parent aafcd5d3b6
commit 532762bec7
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ class AccountEndpoint(SeleneEndpoint):
email = self.request_data['login']['userEnteredEmail']
plan = self._get_plan(membership_type).stripe_plan
payment_account_id, start = self._create_stripe_subscription(None, payment_token, email, plan)
membership = AccountMembership(
type=membership_type,
start_date=date.today(),