Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into docs/add-how-to-run
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu authored Jul 30, 2024
2 parents 20c204c + 970b44b commit aeaf49e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;

@Getter
@NoArgsConstructor
@AllArgsConstructor
@EqualsAndHashCode
public class MercadoPagoQrCodeDTO {
Expand Down

0 comments on commit aeaf49e

Please sign in to comment.