feat(server): add description to payment intent for better tracking
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user