feat(server): add description to payment intent for better tracking

This commit is contained in:
Stevan Freeborn
2026-01-04 21:51:42 -06:00
parent 93d21e96fc
commit aa12978848
@@ -21,6 +21,7 @@ internal sealed class StripeService(
{ {
var createOptions = new PaymentIntentCreateOptions var createOptions = new PaymentIntentCreateOptions
{ {
Description = "Grounds for Support Donation",
Amount = (long)(amount * 100), Amount = (long)(amount * 100),
Currency = "usd", Currency = "usd",
AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions