This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Version 1.2.8.0
1.2.8.0
Add
- Curl error string to debug log.
- Environment variable to enable/disable verbose curl output.
- Method to get the initial transaction from a payment.
- Parameter
css
toPaypage
to enable custom styling. Special thanks to github user bleenders.
Change
- Mask auth header in debug log.
- Refactor test logging.
- Replace test environment variable.
- Apply minor changes.
- Refactor tests due to disabled default keypair.
- Refactor all files to reflect PHP 7.1 standards.
- Replace
codacy/coverage
withcodacy/codacy-coverage-reporter
. - Update examples.
Fix
- Change TravisCI config to use default linux distribution in VM to fix certificate errors during integration tests.
- Remove invalid PHPUnit config parameters.
Remove
- Disabled key pair from examples and tests.
- Remove deprecated method
authorizeWithPayment
. - Remove return value from
deleteCustomer
method.