working implementation for poc

This commit is contained in:
2025-08-28 22:24:11 +02:00
parent 112832e262
commit 67752d689d
10 changed files with 62 additions and 8 deletions

View File

@@ -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)