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

Release Version 1.0.0.0

Compare
Choose a tag to compare
@sixer1182 sixer1182 released this 10 Dec 16:56
· 1117 commits to master since this release
3e64f67

1.0.0.0

Fix

  • Fixed license information.
  • Fixed package information.
  • Fixed return values for several getters.

Changed

  • Changed versioning paradigm.
  • Update documentation.
  • Refactored examples.
  • Refactored HttpAdapter implementation and made custom adapters injectable.
  • Refactored exceptions.
  • Reduced complexity in general.
  • Refactored expiry date validation.
  • Store transaction date as \DateTime instead of string.
  • Enabled some skipped tests.
  • Refactored integration tests.
  • Changed travis configuration to perform unit tests with coverage-analysis instead of integration tests.
  • Changed namespaces and packages.

Added

  • Added unit tests.
  • Added debug handler injection.
  • Added Metadata resource.
  • Added fetching customer via (external) customerId.
  • Added private key to Keypair resource.
  • Added PIS payment type.
  • Added ResourceNameService.
  • Added method to create or update customer (uses customerId field to update if the id is not set).
  • Added shipping address to customer resource.
  • Added support info to readme file.
  • Removed supported currencies and locales.