-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 13.0.0 #367
Merged
Merged
Release 13.0.0 #367
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add test and get list for webhooks Add test and get list endpoints for webhook merchants account * Add constants sonarcloud suggestions * Fix phpbcs error
…ent api (#363) * Add Get /PaymentMethodSettings * Add paymentMethodSettings in MerhcantAccount * Update src/Adyen/Service/Management.php Remove unused using * Remove empty line * Remove unused line
* [PW-6693] - Checkout API version changed * [PW-6693] - Debug failing unit tests * [PW-6693] - Debug failing unit tests * [PW-6693] - Update donationAccount for donations test * [PW-6693] - Revert GA debug commits * [PW-6693] - Passing null parameter instead of string deprecated for json_decode() function * [PW-6693] - Version bump to 13.0.0 and update README.md * [PW-6693] - Code formatting
candemiralp
requested review from
AlexandrosMor,
acampos1916,
peterojo,
rikterbeek,
Morerice and
michaelpaul
as code owners
June 3, 2022 11:44
SonarCloud Quality Gate failed. |
AlexandrosMor
previously approved these changes
Jun 3, 2022
wboereboom
previously approved these changes
Jun 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but with the disclaimer that it is hard for me to judge the PHP code
peterojo
previously approved these changes
Jun 3, 2022
Co-authored-by: RokPopov <[email protected]> Co-authored-by: Can Demiralp <[email protected]>
RokPopov
dismissed stale reviews from peterojo, wboereboom, and AlexandrosMor
via
June 8, 2022 13:31
1fdc753
* [PW-6776] - Add donationAccount to test configuration file * [PW-6776] - Add donationAccount parameter to environmental variables for GA * [PW-6776] - Add INTEGRATION_DONATION_ACCOUNT variable to workflow * [PW-6776] - Code formatting (Sonar Cloud) * [PW-6776] - Code formatting * [PW-6776] - Code formatting * [PW-6776] - Remove redundant variable declaration * [PW-6776] - Revert commit #545953a * [PW-6776] - Code formatting
SonarCloud Quality Gate failed. |
michaelpaul
approved these changes
Jun 8, 2022
peterojo
approved these changes
Jun 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
Others