Skip to content

Conversation

@ralu2022
Copy link
Collaborator

@ralu2022 ralu2022 commented Apr 8, 2024

No description provided.

@ResponseBody
public String modifyPayment(Model modelModify) {
modelModify.addAttribute("modifyPayment", paymentService.modifyPayment());
return "Payment was modified";
Copy link
Owner

Choose a reason for hiding this comment

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

Say something else

@Builder
public class Payment {
private String orderNumber;
private String invoiceNumber;
Copy link
Owner

Choose a reason for hiding this comment

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

you forgot a field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants