fix(giving): map duplicate-date race to 409 + return zelle/paypal refs in session detail
This commit is contained in:
@@ -10,6 +10,8 @@ public class OfferingGivingLineDto
|
||||
public decimal Amount { get; set; }
|
||||
public string PaymentMethod { get; set; } = "";
|
||||
public string? CheckNumber { get; set; }
|
||||
public string? ZelleReferenceCode { get; set; }
|
||||
public string? PayPalTransactionId { get; set; }
|
||||
public bool IsAnonymous { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user