diff --git a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java index 3bc74455..167cccbc 100644 --- a/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java +++ b/bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java @@ -24,7 +24,7 @@ import static org.cobbzilla.util.json.JsonUtil.json; import static org.cobbzilla.wizard.model.crypto.EncryptedTypes.ENCRYPTED_STRING; @ECType(root=true) @ECTypeCreate(method="DISABLED") -@ECTypeURIs(listFields={"accountName", "paymentMethodMaskedInfo", "amount"}) +@ECTypeURIs(listFields={"accountUuid", "ctime"}) @Entity @Accessors(chain=true) @NoArgsConstructor public class AccountPaymentArchived extends IdentifiableBase {