We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement https://stripe.com/docs/api/payment_intents
The text was updated successfully, but these errors were encountered:
Finish PaymentIntent [#30]
ca3dd35
Add PaymentIntent - Release/v1.1.0 (#31)
358bd9e
* 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]
No branches or pull requests
Implement https://stripe.com/docs/api/payment_intents
The text was updated successfully, but these errors were encountered: