-
Notifications
You must be signed in to change notification settings - Fork 12
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 1.5.0 #53
Merged
Merged
Release 1.5.0 #53
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
* Shopware review fixes and remove 3DS2 image size * Indentation fixes * Hardcode 3DS image size * Revert hardcode 3DS image size
* Fixes and removing phpcs exclude patterns in favor of specific rules suppression * New phpcs version and ignore/disable sniffs * Adjusting copyright comment
To correctly install the plugin via composer, the module directory needs to be renamed to 'AdyenPayment'.
Co-authored-by: Wanne Van Camp <[email protected]>
Fix #23 PW-2747
Saves the config before the test is ran. Fix #24
Adds configuration option to make caching of /paymentmethods call configurable. Co-authored-by: Ángel Campos <[email protected]> Fixes #26
* PW-2505 Distinquish fields of test and live * PW-2505 Remove debug lines * Improve labels Co-authored-by: Ángel Campos <[email protected]> Co-authored-by: Marcos Garcia <[email protected]> Co-authored-by: Ángel Campos <[email protected]>
* Save successful psp reference to PaymentInfo * Fixes #17 Use succesfull notification for refunds
acampos1916
requested review from
cyattilakiss and
msilvagarcia
as code owners
September 9, 2020 13:38
cyattilakiss
approved these changes
Sep 10, 2020
msilvagarcia
approved these changes
Sep 10, 2020
…erInfoProvider.php
Merged
Merged
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.
Fixes:
#33 Removed customer ID from shopperinfo payload
#34 Changed order completed state
#35 #36 #38 #52 Improvements to error handling on test API button
#37 Improve exception logging
#40 Yandex logo
#48 Refund using original PSP
Features:
#39 offer_closed notification handling
#42 Event for order restore
#43 Payment methods cache
#44 Live/Test config values