-
Notifications
You must be signed in to change notification settings - Fork 1
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
SUPESC-135: Deprecated ControllerProvider, added RouteProviderPlugin and updated code in accordance to code sniffer and phpstan. #16
base: master
Are you sure you want to change the base?
Conversation
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.
Please adjust changelogs according to https://spryker.atlassian.net/wiki/spaces/CORE/pages/523730976/Release+Notes+and+Changelogs
src/SprykerEco/Yves/Easycredit/Controller/EasycreditController.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Yves/Easycredit/Plugin/Router/EasycreditRouteProviderPlugin.php
Show resolved
Hide resolved
src/SprykerEco/Yves/Easycredit/Processor/SuccessResponseProcessor.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Zed/Easycredit/Communication/Plugin/Oms/Condition/IsOrderConfirmedPlugin.php
Outdated
Show resolved
Hide resolved
...rykerEco/Zed/Easycredit/Communication/Plugin/Payment/EasycreditPaymentMethodFilterPlugin.php
Show resolved
Hide resolved
tests/SprykerEcoTest/Zed/Easycredit/EasycreditOrderIdentifierSaverTest.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Client/Easycredit/Dependency/Client/EasycreditToZedRequestClientBridge.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Client/Easycredit/Dependency/Client/EasycreditToZedRequestClientInterface.php
Outdated
Show resolved
Hide resolved
...prykerEco/Service/Easycredit/Dependency/Service/EasycreditToUtilEncodingServiceInterface.php
Outdated
Show resolved
Hide resolved
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.
Please adjust the changelogs
src/SprykerEco/Yves/Easycredit/Plugin/Router/EasycreditRouteProviderPlugin.php
->EasycreditRouteProviderPlugin
. Please also describe the functionality provided by this plugin.- Deprecated
src/SprykerEco/Yves/Easycredit/Plugin/Provider/EasycreditControllerProvider.php
. -> DeprecatedEasycreditControllerProvider
plugin. src/SprykerEco/Yves/Easycredit/Controller/EasycreditController.php
->EasycreditController::successEasycreditResponseAction()
.src/SprykerEco/Yves/Easycredit/Plugin/Router/EasycreditRouteProviderPlugin.php
->EasycreditRouteProviderPlugin
.src/SprykerEco/Yves/Easycredit/Plugin/Provider/EasycreditControllerProvider.php
->EasycreditControllerProvider
.- Usually, changelogs contain either the
improvements
orfixes
section per module. - Changes in
EasycreditMapper
should not be described in changelogs.
tests/SprykerEcoTest/Zed/Easycredit/_support/EasycreditTester.php
Outdated
Show resolved
Hide resolved
src/SprykerEco/Yves/Easycredit/Plugin/Provider/EasycreditControllerProvider.php
Show resolved
Hide resolved
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.
why does this PR contain 2 tickets?
src/SprykerEco/Zed/Easycredit/Communication/Plugin/Oms/Condition/IsOrderConfirmedPlugin.php
Show resolved
Hide resolved
tests/SprykerEcoTest/Zed/Easycredit/_support/EasycreditTester.php
Outdated
Show resolved
Hide resolved
Adjusted code in accordance to code-sniffer and phpstan. This should not be on the change logs. Only high-level |
src/SprykerEco/Zed/Easycredit/Business/EasycreditFacadeInterface.php
Outdated
Show resolved
Hide resolved
This was in review last year august with prio high |
Developer(s): @Hantixs
Tickets: https://spryker.atlassian.net/browse/SUPESC-135
Release Group: https://release.spryker.com/release-groups/view/4319
PR Overview: https://release.spryker.com/release/pull-request-eco/Easycredit/16
merge: squash
Release Table
Module Easycredit
Change log
Improvements
EasycreditRouteProviderPlugin
to be able to add an Easycredit success response endpoint to Router.EasycreditController::successEasycreditResponseAction()
to useEasycreditRouteProviderPlugin
instead of deprecatedEasycreditControllerProvider
.ShopApplication
module to dependencies.Calculation
module to dependencies.Money
module to dependencies.Quote
module to dependencies.Transfer
module to dependencies.Payment.paymentSelection
transfer property.Payment.paymentProvider
transfer property.Payment.paymentMethod
transfer property.Quote.totals
transfer property.Quote.payment
transfer property.Quote.payments
transfer property.Quote.billingAddress
transfer property.Quote.items
transfer property.Quote.customer
transfer property.Quote.shippingAddress
transfer property.Quote.shipment
transfer property.Quote.expenses
transfer property.Expense
transfer.Totals
transfer.PaymentMethods
transfer.PaymentMethod
transfer.SaveOrder
transfer.Address
transfer.Customer
transfer.Shipment
transfer.Item
transfer.Deprecations
EasycreditControllerProvider
.