Skip to content

Commit

Permalink
PI-18753: Added AllArgsConstructor to SubscriptionOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMichardAppDirect authored and naponce committed Jun 19, 2020
1 parent 8f594ed commit 9b384b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import java.util.Map;
import java.util.Optional;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
Expand All @@ -30,6 +31,7 @@
@EqualsAndHashCode(callSuper = true)
@NoArgsConstructor
@Builder
@AllArgsConstructor
public class SubscriptionOrder extends EventWithContextWithConfiguration implements Serializable {
private UserInfo purchaserInfo;
private CompanyInfo companyInfo;
Expand Down

0 comments on commit 9b384b7

Please sign in to comment.