Closed kurund closed 10 months ago
@eileenmcnaughton
I think problem might be with this commit: https://github.com/eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor/commit/66f14eb13400999636d864efcd7f9761d88c5ad9
We are ignoring below vendors in .gitignore:
.gitignore
However, auto-loading files expecting them to be part of the repo. For eg in autoload_files.php line 15.
autoload_files.php
@kurund I just re-ran with no-dev - I guess the .gitignore is doing more harm than good
Thank you for the quick response.
Now the master is back to normal and working as expected.
:-)
@eileenmcnaughton
I think problem might be with this commit: https://github.com/eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor/commit/66f14eb13400999636d864efcd7f9761d88c5ad9
We are ignoring below vendors in
.gitignore
:However, auto-loading files expecting them to be part of the repo. For eg in
autoload_files.php
line 15.