diff --git a/src/GroundsForSupport.Server/Payments/Stripe/StripeService.cs b/src/GroundsForSupport.Server/Payments/Stripe/StripeService.cs index a3662be..5fb57d4 100644 --- a/src/GroundsForSupport.Server/Payments/Stripe/StripeService.cs +++ b/src/GroundsForSupport.Server/Payments/Stripe/StripeService.cs @@ -21,6 +21,7 @@ internal sealed class StripeService( { var createOptions = new PaymentIntentCreateOptions { + Description = "Grounds for Support Donation", Amount = (long)(amount * 100), Currency = "usd", AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions