working implementation for poc
This commit is contained in:
@@ -58,6 +58,13 @@ public class Transaction extends BaseEntity {
|
||||
private String paymentProcessorName;
|
||||
private String providerImage;
|
||||
private String paymentProcessorImage;
|
||||
|
||||
private String erpSalesRef;
|
||||
private String erpJournalRef;
|
||||
private String erpSalesPaymentRef;
|
||||
private String erpPurchaseRef;
|
||||
private String erpPurchasePaymentRef;
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
private RequestType type;
|
||||
@Enumerated(EnumType.STRING)
|
||||
|
||||
Reference in New Issue
Block a user