h4kuna/fio-nette – problem with Deprecated Return type
- dakur
- Member | 493
I don't use fio api client, but I had similar issue with some other api client (gopay I think). There is composer-patches plugin to composer which allows you to patch code in vendor folder. It's really useful, especially for such cases.
Edit: but I have to admit that generating such patch is not a trivial thing
if you're not experienced with git. I do it in a way that I clone the patching
repo to my dev machine, checkout used tag/branch, make needed changes and then
run git diff > my.patch
. I copy then the my.patch
file to my project, rename it and add to composer patches.
Last edited by dakur (2023-01-10 16:50)