Skip to content

Releases: xola/authorizenet

v3.1 Allow AuthorizeNet CIM to accept raw card details

21 Jul 15:26
b988bee
Compare
Choose a tag to compare
XOL-5253 Allow accepting raw cards for AuthorizeNet_CIM (#23)

Support for Omnipay 3

22 Jan 18:11
78dfa34
Compare
Choose a tag to compare
XOL-4975 Upgrade to Omnipay 3 (#22)

* Upgrade to Omnipay 3

* Fixed code sniffer errors

* Enable composer cache on travis

v2.8.3 Bug fix for descriptions

08 May 04:28
Compare
Choose a tag to compare

Trim descriptions to 255 characters to prevent max length errors

v2.8.2 Bug fix for fetching single CIM profile

26 Apr 04:33
Compare
Choose a tag to compare

Handle XML to JSON array conversion issue when a single payment profile is present

v2.8.1 Add Validation Mode

19 Apr 05:47
431d274
Compare
Choose a tag to compare
CS-3723 allow setting card validation mode at the gateway level (#19)

v2.8 PHP7

18 Apr 19:01
647c187
Compare
Choose a tag to compare
XOL-4064 PHP7 (#18)

Gracefully handle client IP for card present and AIM

24 Feb 08:46
Compare
Choose a tag to compare
XOL-3365 Do not send customerIP for AIM request since it errors out (…

…#17)

* Do not send customerIP for AIM request since it errors out

* Fixed failing tests

v2.7 Support for Solution ID

17 Oct 09:11
Compare
Choose a tag to compare
Merge pull request #16 from mightytroll/XOL-3122

XOL-3122 Authorize.net solution certification

v2.6 Allow overriding device type

29 Apr 09:59
Compare
Choose a tag to compare
CS-258 Authorize.Net returning "deviceType is invalid" error (#15)

* Point to the origin omnipay-common

* Fix code style

* Peg to a proper omnipay-common version dependency

* Use correct endpoints form DPM and SIM

* Allow overriding the `deviceType`

v2.5 Support for card present transactions

21 Mar 12:33
Compare
Choose a tag to compare
Merge pull request #14 from anushr/card-present

XOL-2799 Support for card present transactions