-
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.6.0 #94
Merged
Merged
Release 1.6.0 #94
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
…erInfoProvider.php
* Only send mail after succesful payment * Fixes #12 Tabs to spaces * Fix indentation * Fix indentation Co-authored-by: Marcos Garcia <[email protected]> Co-authored-by: Ángel Campos <[email protected]>
Add missing service registration
Co-authored-by: Wanne Van Camp <[email protected]>
* AP-59 giftCard validation * AP-59 Giftcard processing * AP-59 Add required security code check
* AP-46 update mail sending * AP-46 update cs * AP-46 update PHP docs
Co-authored-by: Wanne Van Camp <[email protected]>
… Shopware5 route) (#75)
) Co-authored-by: Wanne Van Camp <[email protected]>
Co-authored-by: Wanne Van Camp <[email protected]>
Co-authored-by: Wanne Van Camp <[email protected]>
* AP-72 revert previous fix * AP-72 add transparent redirect without session * AP-72 update code style * AP-72 add debug logging * AP-72 update cr, add smarty escape
acampos1916
requested review from
cyattilakiss and
msilvagarcia
as code owners
November 30, 2020 14:48
…rent redirect (#92) * [PW-3546] Adding payload GET parameter to transparent redirect * [PW-3546] Adding redirectResult GET parameter to transparent redirect * [PW-3546] Filtering POST params and forwarding all GET params from the transparent controller
msilvagarcia
approved these changes
Dec 2, 2020
cyattilakiss
reviewed
Dec 2, 2020
cyattilakiss
reviewed
Dec 2, 2020
cyattilakiss
approved these changes
Dec 3, 2020
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
Gift card payment method (#68)
Mobile Bancontact payment method (#74)
Add snippets to payment information link + update position link (#78)
Add extra events for better extensibility (#83)
Fixes
Update mail sending (#69)
Add fallback for config fetch when no shop is specified (#71)
Alter notification url to /frontend/notification/adyen (#75)
Using composer v1 in Github Actions (#76)
More strict paymentMethodFormSubmitSelector (#87)
Redirect payment methods flow with POST->Transparent controller (#88)
Adding payload and redirectResult GET parameters to transparent redirect (#92)
try/catch block for getting the Shop service from the backend (#93)