-
Notifications
You must be signed in to change notification settings - Fork 0
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
Development backup #51
Conversation
update admin_page
Download all new changes
…age and the controller for filtering.
Gen restaurants
refrech gen_menu
Addition of the search engine by functional location to the homepage
Merge pull request #38 from germanp24/gen_homePage
…HomeClient
Branch update
Gen restaurants
Update branch
Gen home page
…erDetails” page should be removed because we have merged it with “menuDetails”. We had to add a new entity to manage the cart.
Update of all gen_menu changes
…veryManController, and HomeClientController
…ontroller, IndexController, and MenuItemController
…date access modifiers, and add new tests for Address, CartItem, MenuContent, and Usuary.
…and redundant test methods, update access modifiers in MenuItemTest
|
model.addAttribute("dni", dni); // Pasar el DNI al modelo | ||
model.addAttribute("method", method); // Pasar el método de pago al modelo | ||
log.info("DNI: {}, Método de pago: {}", dni, method); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
System.out.println("Dirección recibida: " + address); | ||
|
||
|
||
log.info("Dirección recibida para DNI {}: {}", dni, address); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
// Aquí solo imprimimos los datos como ejemplo | ||
System.out.println("Dirección recibida: " + address); | ||
System.out.println("Tarjeta de crédito recibida: " + creditCard); | ||
log.info("Dirección recibida para DNI {}: {}", dni, address); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
System.out.println("Dirección recibida: " + address); | ||
System.out.println("Tarjeta de crédito recibida: " + creditCard); | ||
log.info("Dirección recibida para DNI {}: {}", dni, address); | ||
log.info("Tarjeta de crédito recibida: {}", creditCard); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
No description provided.