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

Payment Intent #30

Closed
levidurfee opened this issue Nov 29, 2018 · 0 comments
Closed

Payment Intent #30

levidurfee opened this issue Nov 29, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@levidurfee
Copy link
Contributor

Implement https://stripe.com/docs/api/payment_intents

@levidurfee levidurfee added enhancement New feature or request good first issue Good for newcomers labels Nov 29, 2018
@levidurfee levidurfee added this to the v1.1.0 milestone Nov 29, 2018
levidurfee added a commit that referenced this issue Nov 30, 2018
levidurfee added a commit that referenced this issue Nov 30, 2018
* Add identifiable interface [#26]
* Fix namespace
* Have ResourceInterface extend Identifiable
* Add General Tests
* Add Test suite for General tests
* Add PaymentIntentInterface
* Add PaymentIntent Resource
* Add PaymentIntent Test
* Create PaymentIntent Test Suite
* PHP CS
* Remove under dev warning from README
* Update docs link
* Add PaymentIntent create method interface
* Add other PaymentIntent interface methods
* Fix class name from where I copy/paste
* Create PaymentIntent method stubs
* Add PaymentIntent protected Stripe method
* Add PaymentIntent create method
* Add PaymentIntent factory method
* Add Create PaymentIntent test
* Add RetrieveInterface to PaymentIntentInterface
* Use Retrieve trait with PaymentIntent
* Test PaymentIntent Retrieve
* Use UpdateInterface
* Use Update
* Test PaymentIntent Update
* Update PaymentIntent confirm interface
* Write PaymentIntent confirm method
* Make PaymentIntent confirm arguments optional
* Test PaymentConfirm Confirm
* Update PaymentIntent capture interface
* Write PaymentIntent capture method
* Test PaymentIntent Capture
* Update PaymentIntent cancel interface
* Write PaymentIntent cancel method
* Return self
* Test PaymentIntent Cancel
* Add ListAllInterface to PaymentIntentInterface
* Use ListAll
* Test PaymentIntent List All
* Add PaymentIntent method docs
* Finish PaymentIntent [#30]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant