Releases: Strikewood/omnipay-first-atlantic-commerce
Version 1.0.0 - Advancing the version to take it out of rapid development
Version 0.4.0 - getTransactionId added to the AbstractResponse
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
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
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
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
- Adds support for
createCard()
andupdateCard()
- Updates
authorize()
andpurchase()
to accept tokenized credit cards.
Version 0.1 – Initial Release – 2015/03/27
Implemented support for: authorize()
, purchase()
, refund()
, void()
and status()
.