Hi,
Im working on a webshop system.
Now I want to make modules for each payment method.
These libraries must containt validation methods etc.
The modules are loaded dynamicly by a dirlisting in e.g.
modules/payment/*
Where is the best place to save these files?
I don’t think the models directory is the right place.
Any suggestions?