Skip to content

Latest commit

 

History

History
290 lines (224 loc) · 21.2 KB

CHANGELOG.md

File metadata and controls

290 lines (224 loc) · 21.2 KB

#Moneris API Changelog

###0.8.1 (2020-05-05)

####Changed

  • replace {} with [] for array reference a1addcc813

###0.8.0 (2019-09-19)

####Added

####Changed

  • Changes phpunit versions 023127ad9a
  • Specifically calls the vendor bin file for phpunit 87a18dff46
  • Removes unnecessary package. Fixes styling on phpunit xml file 5c74feb91d
  • Updates travis config to use a matrix so we can control the version of phpunit being downloaded 62623ce6df
  • Removes support for full card lookup as Moneris recommends against using this feature since it can cause PCI compliance headaches e2d0c14974

###0.7.0 (2019-07-19)

####Changed

  • Removes support for full card lookup as Moneris recommends against using this feature since it can cause PCI compliance headaches e2d0c14974

###0.6.3 (2017-01-09)

####Changed

  • Adds code style fixer. Updates code style. Updates md files 1eda9ca3a6

###0.6.2 (2017-01-09)

####Changed

  • Updates card_verification validation to not require amount 714b1624ce

###0.6.1 (2016-12-28)

####Changed

  • Merge pull request #4 from tappleby/bugfix-payment-success cb3b75ed84
  • Updates transaction to reset errors array indices 262617c3ac
  • Update successful payment logic, AVS + CVD can fail but the transaction will still be successful. bbd85b8063
  • Merge remote-tracking branch 'upstream/master' 0f4f6597a6

####Added

###0.6.0 (2016-11-27)

####Changed

####Added

  • Adds item attached to a purchase test b95b9fb382
  • Adds ability to attach items to a purchase 9fdb5ca317

###0.5.2 (2016-10-26)

####Changed

####Added

  • Adds mock handler helper function ac85c82adf
  • Adds logic to get all ResolveData keys when more then one exists in the response c2393778da
  • Adds docblock entry for transaction efed307cd7
  • Adds an expiring card stub d6c3cabb06

###0.5.1 (2016-10-25)

####Changed

####Added

  • Add some extra handling for invalid cc / exp date where moneris doesnt return a status code. 63bcbad7ef
  • Add unit test for expdate conversion 4c99e6f1ed

###0.5.0 (2016-10-25)

####Changed

  • Changes amount cast to string 57b0a212e0
  • Updates customer tests to match new preparable setting 6fa73e5961
  • Adjusts customer to use preparable instead of direct setting 85ba6e9f66
  • Extracts prepare method to preparable trait 66deaddfd6
  • Extracts param appender and accounts for recursion 57f71419e2

####Added

  • Adds proper setter for customer data 9da220ec66
  • Adds purchase with customer info tests fbff9e7f0d
  • Adds vault customer info pre authorization test 01846f8956
  • Adds pre authorization test that includes customer info ca72ea6630
  • Adds faker for tests ccea71a15d
  • Adds extra normalization steps to prepare 942b8d0b49
  • Adds customer attaching tests to vault credit card methods eb01acfc2c
  • Adds missing customer information to add and update methods db07e976c8
  • Adds string check to account for SimpleXMLElements being passed through 43f3c92070

###0.4.1 (2016-10-25)

####Changed

  • Updates validation to provide title, field and code in errors for localization purposes e9888b9633

###0.4.0 (2016-10-25)

####Added

####Changed

  • Removes type hints and updates docblocks f7950f5cbb
  • Lowers php requirements to 5.6 466ad201af
  • Removes all php7 references for 5.6 support a69e6a1ef7

###0.3.0 (2016-10-25)

####Added

####Changed

###0.2.1 (2016-10-23)

####Added

###0.2.0 (2016-10-21)

####Changed

  • Removes useless import 719ae5c414
  • Removes handle method and adds receipt method a8c9f4237a
  • Changes static moneris constructor to return Gateway 61145f4bb0

####Added

###0.1.0 (2016-10-20)

####Changed

  • Changes config value 009e3079fb
  • Removed useless property 851681cbf6
  • Removes deprecated --dev flag 0e52950fdf
  • Removes unnecessary dependency. Updates travis.yml file b94ce770d1
  • Removes script from travel.yml 11b01f43bd
  • Changes order id to be unique-ish. Adds toXml test 2d60a32d23
  • Changes order id to be unique-ish e062edca91
  • Finishes off basic purchase flow 8a547233b6
  • Updates mistake in purchase to rewrite existing params variable with merged array 613cb0de36
  • Updates processor to handle invalid transactions. Adds skeleton for response class dc72200996
  • Updates property docblocks 199e6e6926
  • Removes external validator and poorly thought through internal validation classes f683f6f9b1
  • Reformats array to single line 67f21b967e
  • Moves id, token and environment to TestCase a933892857
  • Extends TestCase af058a8683
  • Updates static to $this in docblock 0bb52932d8
  • Updates autoloader to load base test case bb85703b9b
  • Changes gateway method name d61432029c
  • Normalizes docblock descriptions 2285ee3b67
  • Moves magic getter to trait 4469fbe44b
  • Updates formatting 0cce230570

####Added