This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [change] (PHPLIB-209) Update CHANGELOG.md * Merge remote-tracking branch 'remotes/github/develop' into bugfix/PHPLIB-309/renaming-cc-holder-to-cardHolder (#171) * [bugfix] (PHPLIB-309) Rename Cards holder to cardHolder. * [change] (PHPLIB-209) Fix tests add update version and CHANGELOG.md * [change] (PHPLIB-309) Update test. * [change] (PHPLIB-309) Update unit test. * [change] (PHPLIB-309) Add unit tests to verify deprecated getter/setter. * [change] (PHPLIB-309) Add integration test to verify deprecated getter/setter. Co-authored-by: sixer1182 <[email protected]> * bugfix/PHPLIB-330/fix-errors-related-to-tls-certs (#182) * [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]> * [change] PHPLIB-297 Set up bancontact integration. * [change] (PHPLIB-301) add assertions to bancontact test * [change] PHPLIB-301 - Add payment type constant. * [change] PHPLIB-301 - Add Bancontact authorize test. * [change] (PHPLIB-301) add Chrageable Test * [refactor] (PHPLIB-301) remove exception throw annotation * [change] (PHPLIB-301) Bancontact: Add header. * [change] (PHPLIB-301) Bancontact: Add test for holder property. * [change] (PHPLIB-301) Bancontact: add property and use in getter / setter * change/PHPLIB-334/remove-default-keypair-from-tests (#185) * [change] (PHPLIB-326) Enable test output for failed tests even when verbose test logging is disabled. * [change] (PHPLIB-326) Replace environment variable for test log output and set default to false (no output). * [change] (PHPLIB-326) Replace environment variable for test log output and set default to false (no output). * [change] (PHPLIB-326) Update CHANGELOG.md. * [change] (PHPLIB-326) Fix style issues. * [change] (PHPLIB-326) Add new line before and after log dump. * [change] (PHPLIB-326) Fix version in deprecation notice. * [change] (PHPLIB-333) Remove default key pair from examples. * [change] (PHPLIB-333) Update version since the changes are quite intence. * [change] (PHPLIB-333) small change,. * [change] (PHPLIB-333) small change,. * [change] (PHPLIB-333) Fix key validation. * [change] (PHPLIB-333) Move general key-check to index. * [change] (PHPLIB-334) Remove default keys from tests and refactor tests. * [change] (PHPLIB-334) Tests: Extend unit test for fetching the keys from env vars. * [change] (PHPLIB-334) Tests: Changed EnvironmentService call to static method. * [change] (PHPLIB-334) Tests: Refactor tests due to removal of default keys. * [change] (PHPLIB-334) Tests: Changed EnvironmentService call to static method. * [change] (PHPLIB-334) Tests: Update recurring test to comply to latest api changes. * [change] (PHPLIB-334) Update README.md * [change] (PHPLIB-334) Update README.md * [change] (PHPLIB-334) Update CHANGELOG.md * [refactor] (PHPLIB-334) Fix style issues. Co-authored-by: sixer1182 <[email protected]> * change/PHPLIB-317/refactor-due-to-min-php-version (#186) * [change] (PHPLIB-326) Enable test output for failed tests even when verbose test logging is disabled. * [change] (PHPLIB-326) Replace environment variable for test log output and set default to false (no output). * [change] (PHPLIB-326) Replace environment variable for test log output and set default to false (no output). * [change] (PHPLIB-326) Update CHANGELOG.md. * [change] (PHPLIB-326) Fix style issues. * [change] (PHPLIB-326) Add new line before and after log dump. * [change] (PHPLIB-326) Fix version in deprecation notice. * [change] (PHPLIB-333) Remove default key pair from examples. * [change] (PHPLIB-333) Update version since the changes are quite intence. * [change] (PHPLIB-333) small change,. * [change] (PHPLIB-333) small change,. * [change] (PHPLIB-333) Fix key validation. * [change] (PHPLIB-333) Move general key-check to index. * [change] (PHPLIB-334) Remove default keys from tests and refactor tests. * [change] (PHPLIB-334) Tests: Extend unit test for fetching the keys from env vars. * [change] (PHPLIB-334) Tests: Changed EnvironmentService call to static method. * [change] (PHPLIB-334) Tests: Refactor tests due to removal of default keys. * [change] (PHPLIB-334) Tests: Changed EnvironmentService call to static method. * [change] (PHPLIB-334) Tests: Update recurring test to comply to latest api changes. * [change] (PHPLIB-334) Update README.md * [change] (PHPLIB-334) Update README.md * [change] (PHPLIB-334) Update CHANGELOG.md * [refactor] (PHPLIB-317) Adapt style and features to PHP version 7.1. * Add return type hints. * Fix some minor issues. * Add missing exception annotations. * Remove unnecessary comments from tests. * [refactor] (PHPLIB-317) Update CHANGELOG.md and replace abandoned codacy/coverage package. * [refactor] (PHPLIB-317) Update CHANGELOG.md and replace abandoned codacy/coverage package. * [refactor] (PHPLIB-317) Update CHANGELOG.md and replace abandoned codacy/coverage package. * [refactor] (PHPLIB-317) Refactor code. * Replace deprecated methods. * Add some noinspection rules. * Fixed some minor issues. * [refactor] (PHPLIB-317) Remove debug code. * [change] (PHPLIB-317) Tests remove throws annotations. * [change] (PHPLIB-317) Apply change due to review comment. Co-authored-by: sixer1182 <[email protected]> * [change] (PHPLIB-301) Bancontact: change base testing class. * [change] (PHPLIB-301) Bancontact: fix code style * [change] (PHPLIB-301) Bancontact: Add it to Payment types constant array. * [change] (PHPLIB-301) Bancontact: update test. * Revert "Merge remote-tracking branch 'remotes/github/develop' into PHPLIB-345/change/release-and-merge-external-pr (#191)" (#198) This reverts commit b070633. * Revert "Added the possibility to add custom css to the payment page" * [change] (PHPLIB-301) Bancontact: Add example. * [change] (PHPLIB-301) Bancontact: Assign correct id for try-button. * [change] (PHPLIB-301) Bancontact: update changelog. * [change] (PHPLIB-209) Update CHANGELOG.md * bugfix/PHPLIB-330/fix-errors-related-to-tls-certs (#182) * [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]> * change/PHPLIB-333/remove-default-key-pair-from-examples (#184) * [change] (PHPLIB-326) Enable test output for failed tests even when verbose test logging is disabled. * [change] (PHPLIB-326) Replace environment variable for test log output and set default to false (no output). * [change] (PHPLIB-326) Replace environment variable for test log output and set default to false (no output). * [change] (PHPLIB-326) Update CHANGELOG.md. * [change] (PHPLIB-326) Fix style issues. * [change] (PHPLIB-326) Add new line before and after log dump. * [change] (PHPLIB-326) Fix version in deprecation notice. * [change] (PHPLIB-333) Remove default key pair from examples. * [change] (PHPLIB-333) Update version since the changes are quite intence. * [change] (PHPLIB-333) small change,. * [change] (PHPLIB-333) small change,. * [change] (PHPLIB-333) Fix key validation. * [change] (PHPLIB-333) Move general key-check to index. Co-authored-by: sixer1182 <[email protected]> * Added the possibility to add custom css to the payment page * Merge remote-tracking branch 'remotes/github/develop' into PHPLIB-345/change/release-and-merge-external-pr (#191) * [change] (PHPLIB-345) Paypage: Add css property and tests. * [change] (PHPLIB-345) Paypage: Fix style. * [change] (PHPLIB-345) Fix CHANGELOG.md Co-authored-by: sixer1182 <[email protected]> * Revert "Merge remote-tracking branch 'remotes/github/develop' into PHPLIB-345/change/release-and-merge-external-pr (#191)" (#198) This reverts commit b070633. * Revert "Added the possibility to add custom css to the payment page" (#199) * Revert "Revert "Added the possibility to add custom css to the payment page" (#199)" This reverts commit de1e807 * Revert "Revert "Merge remote-tracking branch 'remotes/github/develop' into PHPLIB-345/change/release-and-merge-external-pr (#191)" (#198)" This reverts commit 9cb52ca * [fix](PHPLIB-347) Test: remove missing element from actual array to match expecting array * Update test/integration/PaymentTypes/BancontactTest.php Co-authored-by: Florian Evertz <[email protected]> * Update src/Resources/PaymentTypes/Bancontact.php Co-authored-by: Florian Evertz <[email protected]> * Update CHANGELOG.md Co-authored-by: Florian Evertz <[email protected]> * [change] Fix hosted pay page example and update changelog and version. (#206) * [change] Fix hosted pay page example and update changelog and version. * [change] Fix embedded pay page example. * [change] Update CHANGELOG.md * [change] Fix baskets in examples. * [change] Update support channels. Co-authored-by: sixer1182 <[email protected]> * [change] Fix idString Co-authored-by: sixer1182 <[email protected]> Co-authored-by: David.Owusu <[email protected]> Co-authored-by: Florian Evertz <[email protected]> Co-authored-by: “Baris <[email protected]> Co-authored-by: David Owusu <[email protected]> Co-authored-by: Florian Evertz <[email protected]>
- Loading branch information