bug fixes
This commit is contained in:
@@ -37,6 +37,7 @@ public class Transaction extends BaseEntity {
|
||||
private UUID workspaceId;
|
||||
@Column(name = "user_id")
|
||||
private String userId;
|
||||
private String username;
|
||||
private String trace;
|
||||
private String region;
|
||||
@Enumerated(EnumType.STRING)
|
||||
@@ -87,6 +88,7 @@ public class Transaction extends BaseEntity {
|
||||
private String providerImage;
|
||||
private String paymentProcessorImage;
|
||||
private UUID batchId;
|
||||
private String batchDescription;
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
private Status authorizationStatus;
|
||||
@@ -105,7 +107,6 @@ public class Transaction extends BaseEntity {
|
||||
@Column(name = "polling_status")
|
||||
private Status pollingStatus;
|
||||
|
||||
|
||||
private String orderId;
|
||||
private String orderTrace;
|
||||
private String orderTransactionTrace;
|
||||
|
||||
Reference in New Issue
Block a user