Skip to content

Tags: wannevancamp/adyen-php-api-library

Tags

13.0.4

Toggle 13.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#410 from Adyen/develop

Release 13.0.4

13.0.3

Toggle 13.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#401 from Adyen/develop

Release 13.0.3

13.0.2

Toggle 13.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#397 from Adyen/develop

Release 13.0.2

13.0.1

Toggle 13.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#383 from Adyen/develop

Release 13.0.1

13.0.0

Toggle 13.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#367 from Adyen/develop

Release 13.0.0

12.2.0

Toggle 12.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#357 from Adyen/develop

Release 12.2.0

12.1.0

Toggle 12.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#354 from Adyen/develop

Release 12.1.0

12.0.0

Toggle 12.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 12.0.0 (Adyen#340)

* Renaming master to main in README.md

* Update CODEOWNERS

* Update dependency phpunit/phpunit to v9.5.11

* Fixed example code in README (Adyen#326)

## Description
`json_decode` cannot parse invalid json string and this line throws exception:
`$result = $service->payments($params);`

Fixed the json string

* [PW-6267] Support for Platforms API V6 (Adyen#328)

* [PW-6267] update platform API versions

* [PW-6267] update readme and lib version

* [PW-6267] add test for create account holder

* Update CODEOWNERS

* Management api (Adyen#331)

* Add Get merchantsAccount list

- Extend CurlClient to support rest api methods
- Add management api merchants Account list

* Update CurlClient.php

- Add the curlSetHttpProxy back

* Fix styling

* Update ManagementApiTest.php

Remove last space that causing the style check to fail

* Refactor the structure

* Update ManagementTest.php

* Extend management resources

Company Account
Company webhooks
Me
Merchant ClientKey
Merchant Webhooks

* Add get merchants test

* Update ManagementTest.php

Change the client

* Extend the integration tests

testGetMe
testGetCompanies
testGetCompanyById
testGetCompanyWebhooksById

* Delete ManagementTest.php

* Add create merchant webhook test

* Add test GenerateHmac

* Add get merchant by id

* Update ManagementTest.php

Fix suggested code smells

* Add setup method in test class

Re

* Resolve comments

* Update tests/Integration/ManagementTest.php

* Update src/Adyen/Service/AbstractResource.php

Co-authored-by: Michael Paul <[email protected]>

* [PW-6267] Support for Platforms API V6 (Adyen#328)

* [PW-6267] update platform API versions

* [PW-6267] update readme and lib version

* [PW-6267] add test for create account holder

* Update CODEOWNERS

* Fix suggestions

* Revert "[PW-6267] Support for Platforms API V6 (Adyen#328)"

This reverts commit 0b5dd73.

* Refactor management api constructors

Co-authored-by: Michael Paul <[email protected]>
Co-authored-by: Peter Ojo <[email protected]>

* Version bump 12.0.0

* Bump phpunit/phpunit from 9.5.11 to 9.5.19 (Adyen#338)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.11 to 9.5.19.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md)
- [Commits](sebastianbergmann/phpunit@9.5.11...9.5.19)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump monolog/monolog from 2.3.5 to 2.4.0 (Adyen#337)

Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@2.3.5...2.4.0)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update actions/checkout action to v3 (Adyen#334)

Co-authored-by: Alexandros Moraitis <[email protected]>

* Bump dms/phpunit-arraysubset-asserts from 0.3.0 to 0.4.0 (Adyen#327)

Bumps [dms/phpunit-arraysubset-asserts](https://github.com/rdohms/phpunit-arraysubset-asserts) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/rdohms/phpunit-arraysubset-asserts/releases)
- [Commits](rdohms/phpunit-arraysubset-asserts@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: dms/phpunit-arraysubset-asserts
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandros Moraitis <[email protected]>

* Update CODEOWNERS (Adyen#339)

Co-authored-by: cand <[email protected]>
Co-authored-by: Ángel Campos <[email protected]>
Co-authored-by: Alexandros Moraitis <[email protected]>

* Bump squizlabs/php_codesniffer from 3.6.1 to 3.6.2 (Adyen#318)

Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](squizlabs/PHP_CodeSniffer@3.6.1...3.6.2)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ángel Campos <[email protected]>

* Bump friendsofphp/php-cs-fixer from 3.2.1 to 3.4.0 (Adyen#319)

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.2.1 to 3.4.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.2.1...v3.4.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [PW-6283] Add manual capture payment methods list (Adyen#342)

* Add manual capture payment methods list

* Fix phpcs errors

* Refactor payment method provider

* Bump php-coveralls/php-coveralls from 2.4.3 to 2.5.2 (Adyen#314)

Bumps [php-coveralls/php-coveralls](https://github.com/php-coveralls/php-coveralls) from 2.4.3 to 2.5.2.
- [Release notes](https://github.com/php-coveralls/php-coveralls/releases)
- [Changelog](https://github.com/php-coveralls/php-coveralls/blob/master/CHANGELOG.md)
- [Commits](php-coveralls/php-coveralls@v2.4.3...v2.5.2)

---
updated-dependencies:
- dependency-name: php-coveralls/php-coveralls
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandros Moraitis <[email protected]>

* Update README for management api (Adyen#341)

* Update README for management api

* Update README.md

* Update README.md

Co-authored-by: Michael Paul <[email protected]>

* Update README.md

* Update README.md

Remove the version from the sub categories

Co-authored-by: Michael Paul <[email protected]>

* V68 implementation: refunds + reversals (Adyen#329)

* add handler for path parameters

* add refunds and reversals models

* add integration tests

* remove redundant space

Co-authored-by: Alexandros Moraitis <[email protected]>

* Update README.md (Adyen#343)

Co-authored-by: acampos1916 <[email protected]>
Co-authored-by: Alessio Zampatti <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Peter Ojo <[email protected]>
Co-authored-by: Mustaghees Butt <[email protected]>
Co-authored-by: Michael Paul <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Can Demiralp <[email protected]>
Co-authored-by: cand <[email protected]>
Co-authored-by: Vadim <[email protected]>

11.0.0

Toggle 11.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Adyen#303 from Adyen/develop

Release 11.0.0

8.1.1

Toggle 8.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
handle getAdyenIpAddresses hostname cannot be resolved case (Adyen#260)