hotrecharge integration complete

This commit is contained in:
2026-05-03 23:42:02 +02:00
parent 364128df67
commit d31c8a1e11
14 changed files with 253 additions and 85 deletions

View File

@@ -16,12 +16,17 @@ import org.hibernate.annotations.SQLRestriction;
public class Provider extends BaseEntity {
private String clientId;
private String label;
private String name;
private String description;
private String externalId;
private String image;
private String category;
private String accountFieldName;
private String integrationProcessorLabel;
private String uid;
private Boolean requiresAmount;
private Boolean requiresPhone;
private Boolean requiresAccount;
private double percentageCommission;
@Column(columnDefinition = "TEXT")
private String meta;