Skip to content

Tags: mikeyc7m/silverstripe-omnipay

Tags

3.0.0-alpha3

Toggle 3.0.0-alpha3's commit message
ENH: Make payment identifier length configurable - globally / per gat…

…eway (silverstripe#203)

* Fix payment Identifier collision check and add test
* Make payment identifier length configurable
* Add unique index to Identifier column

3.0.0-alpha2

Toggle 3.0.0-alpha2'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 silverstripe#198 from silverstripe/wilr-patch-1

Merged silverstripe#198

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow false for `is_offsite` param. (silverstripe#193)

* allow false for `is_offsite` param.
* Fix unit-tests.

3.0.0-alpha1

Toggle 3.0.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make gatewayinfo respect `false` settings on `is_offsite`. (silverstr…

…ipe#191)

* Make gatewayinfo respect `false` settings on `is_offsite`.
* Fix unit-tests for changes that happened in the Dummy gateway.
* Install from source in travis.

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Static route tests and documentation. (silverstripe#179)

* Added `getStaticEndpointUrl` helper method.
Restructured `PaymentGatewayController` code, so that public methods come first.
Added unit-tests to test the new static-route feature.
* Added documentation about static-route feature.

2.3.0

Toggle 2.3.0's commit message
Fix typo in documentation.

2.2.0

Toggle 2.2.0's commit message
Adding changelog for 2.2

2.1.0

Toggle 2.1.0's commit message
Adding 2.1 changelog

2.0.0

Toggle 2.0.0's commit message
Merge branch 'master' into 2.0

1.3.0

Toggle 1.3.0's commit message
Allow failure of tests against core-master