Skip to content
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

Open
wants to merge 38 commits into
base: prestashop/9.x
Choose a base branch
from

Conversation

L3RAZ
Copy link
Collaborator

@L3RAZ L3RAZ commented Dec 13, 2024

No description provided.

@L3RAZ L3RAZ force-pushed the feat/PAYSHIP-3149 branch from b887836 to 1a1d7f0 Compare December 13, 2024 15:15
@L3RAZ L3RAZ marked this pull request as draft December 30, 2024 14:01
@L3RAZ L3RAZ force-pushed the feat/PAYSHIP-3149 branch from 14ae80f to 67e5f16 Compare January 2, 2025 15:54
@L3RAZ L3RAZ marked this pull request as ready for review January 13, 2025 13:59
config/common.yml Show resolved Hide resolved
controllers/front/DispatchWebHook.php Outdated Show resolved Hide resolved
controllers/front/payment.php Outdated Show resolved Hide resolved
controllers/front/payment.php Outdated Show resolved Hide resolved
src/Order/CommandHandler/AddOrderPaymentCommandHandler.php Outdated Show resolved Hide resolved
src/PayPal/Order/PayPalOrderPresenter.php Outdated Show resolved Hide resolved
src/PaypalCountryCodeMatrice.php Outdated Show resolved Hide resolved
views/templates/hook/displayOrderConfirmation.tpl Outdated Show resolved Hide resolved
ps_checkout.php Outdated Show resolved Hide resolved
Copy link

@jolelievre jolelievre left a 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 😅

config/common.yml Outdated Show resolved Hide resolved
config/common.yml Show resolved Hide resolved
config/common.yml Show resolved Hide resolved
config/common.yml Show resolved Hide resolved
src/Checkout/EventSubscriber/CheckoutEventSubscriber.php Outdated Show resolved Hide resolved
src/CommandBus/TacticianCommandBusAdapter.php Show resolved Hide resolved
$this->fundingSourceTranslationProvider = $fundingSourceTranslationProvider;
$this->configuration = $configuration;
}

public function __invoke(AddOrderPaymentCommand $command) {

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

Copy link
Collaborator Author

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

@L3RAZ L3RAZ force-pushed the feat/PAYSHIP-3149 branch 18 times, most recently from 5a616a6 to d10c4f4 Compare January 30, 2025 15:43
Copy link
Contributor

@PSebou PSebou left a 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

@L3RAZ L3RAZ force-pushed the feat/PAYSHIP-3149 branch 8 times, most recently from 015831a to 544f199 Compare January 31, 2025 15:49
@L3RAZ L3RAZ force-pushed the feat/PAYSHIP-3149 branch from 544f199 to 3a6c1b6 Compare January 31, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants