Skip to content

Commit

Permalink
Removed customer information
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 7, 2019
1 parent 270f3fe commit 8d91f84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stripe/intent.py
Expand Up @@ -47,7 +47,6 @@ def create_intent(
capture_method = None,
confirm = None,
description = None,
name = None,
three_d_secure = None,
metadata = {}
):
Expand All @@ -61,7 +60,6 @@ def create_intent(
if capture_method: params["capture_method"] = capture_method
if confirm: params["confirm"] = confirm
if description: params["description"] = description
if name: params["customer[name]"] = name
if three_d_secure:
params["payment_method_options[card][request_three_d_secure]"] = three_d_secure
for key, value in metadata.items():
Expand Down

0 comments on commit 8d91f84

Please sign in to comment.