-
Notifications
You must be signed in to change notification settings - Fork 8
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
[FIX] Establish basic compatibility for TYPO3 v11 #27
base: 5.x
Are you sure you want to change the base?
Conversation
Hi, I merged your code locally, because it has to be merged to the main branch. |
Okay, that's cool. So we can close this pull request if you want? |
I have to revert the changes in PaymentController because $this->htmlResponse()->withStatus() is not available in TYPO3 v10. |
So you suggest to turn off the deprecation log on each system, which uses the cart_paypal extension? |
Yes, the deprecation log should always be turned off in the live system. But in TYPO3 v11 The next major version is compatible to TYPO3 v11 and v12. So the next version will always use the |
OK I got it. I'm fine with it. |
I've done some basic stuff to make this extension usable with TYPO3 v11.5 and EXT:cart v.8.2.0.
(I had to add a version to composer.json, otherwise I could't use it.)
Testet with: