-
Notifications
You must be signed in to change notification settings - Fork 16
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
PW-1661 Implement local payment methods #39
Merged
Merged
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 an exception that is usually logged somewhere * Create a refund model * Simplify unnecessary abstraction * Replace qualifier with an import * Listen to actionOrderSlipAdd hook * Fix notification message * Add a method to get an order by order slips This will be used as the merchant reference in the refund request. When a refund notification arrives, we need to be sure to fetch an order based on this order slip id. * Change reference to ID * Adjust fetching of order object based on order slips * Fix order object fetching * Fix module * Update service/modification/Refund.php Co-Authored-By: Alessio Zampatti <[email protected]> * Remove logging * Extract method for SQL query * Make intentions more explicit * Fix Refund tests * Fix Refund tests * Refactor the Adyen main class * Help @Aleffio Co-Authored-By: Alessio Zampatti <[email protected]>
* Add PHP Code Sniffer * Move configuration around * Clarify PHPCS instruction
# Conflicts: # adyen.php # controllers/admin/AdminAdyenPrestashopCronController.php # controllers/front/Payment.php # controllers/front/ThreeDSProcess.php # controllers/front/Validate3d.php # service/adapter/classes/order/OrderAdapter.php
* Use the PrestaShop Service Locator * Show up Local Payment Methods
* Use the PrestaShop Service Locator * Add a wrapper for ServiceLocator * Use the wrapped ServiceLocator * Show up Local Payment Methods * Redirect shopper to external authorisation * Display and log error on uncaught response codes
# Conflicts: # adyen.php
# Conflicts: # adyen.php
msilvagarcia
requested review from
Aleffio,
cyattilakiss and
rikterbeek
as code owners
November 7, 2019 16:08
cyattilakiss
reviewed
Nov 8, 2019
Co-Authored-By: cyattilakiss <[email protected]>
cyattilakiss
approved these changes
Nov 8, 2019
rikterbeek
approved these changes
Nov 11, 2019
msilvagarcia
changed the title
PW-1661 Implement iDeal payment method
PW-1661 Implement local payment methods
Nov 11, 2019
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.
This Pull Request contains changes from Pull Requests #27 and #35. It also wraps up the development of Local Payment Methods that work with a simple setup, like iDeal, Sofort and Dotpay.