Skip to content

Commit

Permalink
fix multi payment field
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaserhat committed Apr 16, 2024
1 parent 70ebbf2 commit d57e7b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public class CreateProductRequest {
private BigDecimal price;
private Currency currency;
private String description;
protected boolean multiPayment;
private boolean multiPayment;
private Set<Integer> enabledInstallments;
}

0 comments on commit d57e7b4

Please sign in to comment.