Skip to content

Releases: academe/omnipay-datatrans

Issue #12 support basic auth

24 Aug 12:18
98fd453
Compare
Choose a tag to compare

Issue #12 support basic auth

Thanks go to @gallib for this enhancement.

Issue #7 partial fix

16 Dec 15:09
Compare
Choose a tag to compare

Handling pending transactions in some circumstances, as detailed in issue #7

There are some pending transactions that we still do not have test data for, so cannot fix the issue fully until we do and can reproduce the issue. The documentation is a little sparse here (putting it politely), so we need some real examples before taking it further.

Also fix for issue #6 and issue #4

uppAliasOnly is deprecated; use useAlias

29 Aug 18:38
Compare
Choose a tag to compare

See issue #5

This should have no noticeable change to functionality and requires no change of use.

There may be a subtle change to the way the gateway works. Previously, fetching a card alias only (by setting a zero amount) did not fully authenticate the card; it only validated the card. This was not fully clear in the documentation, but it meant a card that had a valid lunn check always came back as a successful fetch of a cardReference, whether the card was really valid or not. This would only be discovered at the back-end "repeat payment" use of that card alias. The older uppAliasOnly flag has been deprecated for a while and appears to be disappearing from the documentation now.

The new method will authenticate the card too, using whatever method the gateway uses (often done by authorising a small amount then instantly cancelling it). This allows the merchant site to catch an invalid card a little earlier in the repeat payment process.

Remove some old Guzzle references

23 Aug 19:32
Compare
Choose a tag to compare

Omnipay 3.x uses PSR-7 messages for responses, so does not need to be explicit for Guzzle.

Default errorUrl() to returnUrl()

22 Aug 15:00
Compare
Choose a tag to compare

Support isCancelled()

20 Aug 14:27
Compare
Choose a tag to compare

Support isCancelled()

20 Aug 14:49
Compare
Choose a tag to compare

First 3.0 release

15 May 11:25
Compare
Choose a tag to compare

Support for Omnipay 3.0

General tidy up

15 May 11:45
Compare
Choose a tag to compare

General tidy up

Remove PHP dependancy

13 May 21:41
Compare
Choose a tag to compare

Leave it up to the dependencies to make the decision.