Skip to content

Releases: DeBoerTool/moneris-api

Code style updates, Receipt error updates

18 Sep 15:05
ddcc4f2
Compare
Choose a tag to compare
Merge pull request #15 from DeBoerTool/error

Convert error codes to an enum

Make Receipt JsonSerializable

16 Sep 15:11
bbd4bcd
Compare
Choose a tag to compare
  • Also adds a ReceiptTest

Add missing null return type

15 Sep 14:38
90d768d
Compare
Choose a tag to compare
Merge pull request #10 from DeBoerTool/fix-return-type

[fix] Include null in return type

ErrorList and ErrorInterface implent JsonSerializable

14 Sep 19:53
2ab252d
Compare
Choose a tag to compare
Merge pull request #9 from DeBoerTool/error-json

Error json

Initialize errors on Response

14 Sep 13:20
ab77d57
Compare
Choose a tag to compare
Merge pull request #7 from DeBoerTool/fix-response-errors

Fix response errors

Update constructor signatures, add Enviroment, update validation

13 Sep 20:31
cc28f1c
Compare
Choose a tag to compare

Add interfaces for Moneris and Gateway

10 Sep 17:10
fd562da
Compare
Choose a tag to compare
  • For applications with a container, you can hang bindings on those interfaces.

Add GitHub Action to run PHPUnit checks on PR

08 Sep 16:40
1fc6d18
Compare
Choose a tag to compare
  • Additionally updated some badges and whatnot

Upgrade to PHP 8

08 Sep 15:47
d91ac7f
Compare
Choose a tag to compare
  • Change Vault::update(...) signature to prevent PHP 8 from throwing an parameter order error
  • Require PHP 8
  • Require newer versions of PHPUnit, Mockery, and Faker
  • Update test setUp signature to match PHPUnit
  • Update phpunit.dist.xml to new schema