-
Notifications
You must be signed in to change notification settings - Fork 36
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
Stripe Customer Object Missing Token #326
Comments
Referencing: https://websharks.zendesk.com/agent/#/tickets/3639 |
Initial tests complete. I've been unable to reproduce this issue so far. The card/token is added to the customer object in my tests. It almost sounds like the issue being reported could be attributed to an API call failure, for a reason that remains a mystery for the moment. Unable to reproduce that either so far. |
A site owner reports that it happens to them with a |
Bug fix; Stripe token on `0$` trial period. See: wpsharks/s2member#326
Next release changelog:
|
A site owner reports that some of their customers are missing a
token
on the customer object in their Stripe Dashboard. I have not been able to confirm this yet. Testing is needed.In the original report that we received, a Stripe rep. mentions that s2Member is not sending a token through with the customer object creation. This is to be expected. s2Member adds the token in a second API call, where it adds the
token
to the customer object once it has been created. I don't see an issue with this, but again, further testing is needed here.The text was updated successfully, but these errors were encountered: