Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
bugfix/PHPLIB-330/fix-errors-related-to-tls-certs (#182)
Browse files Browse the repository at this point in the history
* [bugfix] (PHPLIB-330) Add local certificate to travis config.

* [bugfix] (PHPLIB-330) Add local certificate to travis config.

* [bugfix] (PHPLIB-330) Add local certificate to travis config.

* [bugfix] (PHPLIB-330) Add local certificate to travis config.

* [bugfix] (PHPLIB-330) Add curl error text to log.

* [bugfix] (PHPLIB-330) Add curl error text to log.

* [change] (PHPLIB-336) Mask auth header in debug log.

* [change] (PHPLIB-336) Switch to composer update for integration test.

* Revert "[change] (PHPLIB-336) Switch to composer update for integration test."

This reverts commit dbe61bf

* [change] (PHPLIB-330) debugging: disable peer and host verification

* [change] (PHPLIB-330) debugging: enable peer verification

* [change] (PHPLIB-330) debugging: disable peer verification and enable host common name is set.

* [change] (PHPLIB-330) debugging: disable peer verification and enable host common name verfication.

* [change] (PHPLIB-330) debugging: enable verify ssl status

* [change] (PHPLIB-330) debugging: enable verify ssl status

* [change] (PHPLIB-330) debugging: enable curl verbos output

* [change] (PHPLIB-330) debugging: add env var for curl verbosity.

* [change] (PHPLIB-330) debugging: add env var for curl verbosity.

* [change] (PHPLIB-330) debugging: add env var for curl verbosity.

* [change] (PHPLIB-330) debugging: add date to output.

* [change] (PHPLIB-330) debugging: add date to output.

* [change] (PHPLIB-330) debugging: add date to output.

* [change] (PHPLIB-330) debugging: add date to output.

* [change] (PHPLIB-330) debugging: set linux distribution to default

* [change] (PHPLIB-330) remove linux distribution from travis config to enable using the current default.

* [change] (PHPLIB-330) update CHANGELOG.md

* [change] (PHPLIB-330) Update PHP Unit config.

* [change] (PHPLIB-330) Update CHANGELOG.md

* [change] (PHPLIB-330) Fix typo in field id.

Co-authored-by: sixer1182 <[email protected]>
  • Loading branch information
Simon Gabriel and sixer1182 committed Oct 6, 2020
1 parent 52d416c commit d74eb35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
* Add environment variable to enable/disable verbose curl output.
* Method to get the initial transaction from a payment.

### Add
* Add curl error string to debug log.
* Add environment variable to enable/disable verbose curl output.

### Change
* Mask auth header in debug log.
* Refactor test logging.
Expand All @@ -34,6 +38,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
* Remove deprecated method `authorizeWithPayment`.
* Remove return value from `deleteCustomer` method.

### Fix
* Change TravisCI config to use default linux distribution in VM to fix certificate errors during integration tests.
* Remove invalid PHPUnit config parameters.

## [1.2.7.2][1.2.7.2]

### Fix
Expand Down

0 comments on commit d74eb35

Please sign in to comment.