Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Releases: bitpiston/omnipay-first-atlantic-commerce

Version 1.0.1 – Fork from Strikewood

01 May 08:26
4264cb2
Compare
Choose a tag to compare

Changed vendor name to replace abandoned package and repository

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

01 May 08:10
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

01 May 08:13
Compare
Choose a tag to compare

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

01 May 08:21
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.

Version 0.2.2 – Replaced alcohol/iso3166 dependency with league/iso3166

01 May 08:23
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

01 May 08:23
Compare
Choose a tag to compare

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

Version 0.2 – Tokenized Billing – 2015/05/04

01 May 08:24
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

01 May 08:25
Compare
Choose a tag to compare

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

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