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

Version 1.2.8.0

Compare
Choose a tag to compare
@sixer1182 sixer1182 released this 27 Jul 06:31
· 1 commit to master since this release
1e14bb1

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 to Paypage 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 with codacy/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.