Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name param doesnts return from Stripe.createCardToken method #6

Closed
san4ezgig opened this issue Mar 31, 2020 · 1 comment
Closed

Name param doesnts return from Stripe.createCardToken method #6

san4ezgig opened this issue Mar 31, 2020 · 1 comment

Comments

@san4ezgig
Copy link

san4ezgig commented Mar 31, 2020

Hello, i call method Stripe.createCardToken with current params
image
and card object returns without name param
image

@ihadeed
Copy link
Member

ihadeed commented Jun 17, 2020

Stripe doesn't send that information back.

I would rather not manipulate any incoming data from their API. Maybe they aren't sending back that data since it contains PII.. no idea.

If you are sure that you want to re-use the "name" value for other purposes, you can just manually add the name to the object returned from the plugin.

@ihadeed ihadeed closed this as completed Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants