fix(giving): map duplicate-date race to 409 + return zelle/paypal refs in session detail

This commit is contained in:
Chris Chen
2026-05-28 16:53:24 -07:00
parent e04776460d
commit 86041c0d05
3 changed files with 43 additions and 2 deletions
@@ -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; }
}