-
Notifications
You must be signed in to change notification settings - Fork 353
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
add payment intents #470
add payment intents #470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just about to submit a PR for this, but I'm happy to see that someone else took it on!
The one thing I would add (other than the change I marked) is the payment_intent
field on the Stripe.Charge
type and struct. Other than that I think it looks great!
Thanks for your help @dnsbty. I added the payment_intent to the charge object |
ba7bb8e
to
318baba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more cleanup items, but otherwise great work!
318baba
to
251533b
Compare
done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 🎬
@snewcomer Sry I had to close old the PR, something got messed up.
I've added the test.