addatwork
Results
2
issues of
addatwork
There's no hint when you run a revision and everything works ok.
Factory::create() has: ``` php $class = 'QuickBooks_Encryption_' . ucfirst(strtolower($encrypt)); $file = '/QuickBooks/Encryption/' . ucfirst(strtolower($encrypt)) . '.php'; ``` and the name of the class is: ``` php class QuickBooks_Encryption_AES extends QuickBooks_Encryption...