Skip to content

Tags: bulldogcreative/strype

Tags

license

Toggle license's commit message
Add MIT license license

v1.1.1

Toggle v1.1.1's commit message
Merge branch 'hotfix/app-info'

app-info

Toggle app-info's commit message
Updated Version sent to Stripe app-info

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PaymentIntent - Release/v1.1.0 (#31)

* 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]

vv1.0.0

Toggle vv1.0.0's commit message
First Release

v1.0.0

Toggle v1.0.0's commit message
First Release

v0.10.0

Toggle v0.10.0's commit message
Add Customer createWithoutToken method

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Interfaces (#29)

Have interfaces extend other trait interfaces

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from bulldogcreative/development

Add docblocks (#27)

v0.7.0

Toggle v0.7.0's commit message
Fix create files test (#24)

* Ignore clover file

* Start working on file creation test

* Remove dotenv

* Update create file test