Skip to content

Releases: Strikewood/omnipay-first-atlantic-commerce

Version 1.0.0 - Advancing the version to take it out of rapid development

22 Feb 16:36
Compare
Choose a tag to compare

The Public API is stable now with tests created for all parts of the system and should be considered ready for production.

Version 0.4.0 - getTransactionId added to the AbstractResponse

22 Feb 00:04
Compare
Choose a tag to compare

I added the getTransactionId function to the AbstractResponse class. This is for convenience to the developer of the merchant's system to get the transaction ID that was created by the merchant. Since this data is coming from FAC, this can also be used to validate that they gave back the correct ID.

Version 0.3.0 - Added tests and create tokenized card during Authorize

17 Feb 21:31
Compare
Choose a tag to compare

This version includes both unit and integration tests for all requests that are currently developed. It also includes some code refactoring to better secure and utilize the classes. The new functionality added allows for creating a tokenized card within FAC in an Authorize or Purchase request.

Replaced alcohol/iso3166 dependency with league/iso3166

07 Feb 21:01
Compare
Choose a tag to compare

This release also added a test class for authorize with a test of the getNumericCountry functionality and has some updated documentation.

Version 0.2.1 – Bug Fix – 2015/10/07

07 Oct 23:27
Compare
Choose a tag to compare

Sanitize space and dash from postal codes and throw exceptions on other non-alphanumeric values, fixes #4

Version 0.2 – Tokenized Billing – 2015/05/04

04 May 17:04
Compare
Choose a tag to compare
  • Adds support for createCard() and updateCard()
  • Updates authorize() and purchase() to accept tokenized credit cards.

Version 0.1 – Initial Release – 2015/03/27

28 Mar 02:04
Compare
Choose a tag to compare

Implemented support for: authorize(), purchase(), refund(), void() and status().

http://omnipay.thephpleague.com/api/