Skip to content
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

Refactoring the API library #403

Merged
merged 13 commits into from
Apr 27, 2018
Merged

Refactoring the API library #403

merged 13 commits into from
Apr 27, 2018

Conversation

rsanjoseo
Copy link
Contributor

The model API is extracted and a general-purpose generic kernel is created.

use FacturaScripts\Core\Model\ApiKey;
use Symfony\Component\HttpFoundation\Response;

\define('API_FOLDER', 'Dinamic\\Lib\\API\\');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Define is used to create constants that are used throughout the application. This is not the case. Please revert these modifications.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reversed modifications.

@NeoRazorX NeoRazorX merged commit 6597129 into NeoRazorX:master Apr 27, 2018
NeoRazorX added a commit that referenced this pull request Mar 11, 2020
Task #403: Modified BusinessDocumentView.js to set more values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants