-
Notifications
You must be signed in to change notification settings - Fork 42
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
[PAYSHIP-3149] PrestaShop 9 compatibility #1304
base: prestashop/9.x
Are you sure you want to change the base?
Conversation
b887836
to
1a1d7f0
Compare
14ae80f
to
67e5f16
Compare
src/Order/Matrice/CommandHandler/UpdateOrderMatriceCommandHandler.php
Outdated
Show resolved
Hide resolved
src/PayPal/PaymentToken/Query/GetCustomerPaymentTokensQueryHandler.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.
Thanks @L3RAZ for this huge work
I have a few questions, sorry if they don't make sens it's probably because I lack knowledge on this module's code 😅
$this->fundingSourceTranslationProvider = $fundingSourceTranslationProvider; | ||
$this->configuration = $configuration; | ||
} | ||
|
||
public function __invoke(AddOrderPaymentCommand $command) { |
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.
By the way, if you use the AsCommandHandler
you shouldn't need to add this __invoke
method, but again I'm really aware of this module's architecture and context If the command/query buses are used in FO/legacy context this auto-configuration will probably not work
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.
I will check if this works on front controllers
5a616a6
to
d10c4f4
Compare
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.
maybe we can just have 8.1|8.2 or 8.1|8.2|8.3
015831a
to
544f199
Compare
544f199
to
3a6c1b6
Compare
No description provided.