diff --git a/backend/Infrastructure/Payments/Stripe/Services/StripeTipProcessor.cs b/backend/Infrastructure/Payments/Stripe/Services/StripeTipProcessor.cs index 761748b..389d8f8 100644 --- a/backend/Infrastructure/Payments/Stripe/Services/StripeTipProcessor.cs +++ b/backend/Infrastructure/Payments/Stripe/Services/StripeTipProcessor.cs @@ -58,7 +58,7 @@ public class StripeTipProcessor( PaymentIntentData = new SessionPaymentIntentDataOptions { ApplicationFeeAmount = - Convert.ToInt64(amount * 100 * stripeOptions.Value.HutopyRate), // Platform fee + Convert.ToInt64(amount * stripeOptions.Value.HutopyRate), // Platform fee TransferData = new SessionPaymentIntentDataTransferDataOptions { Destination = creator.StripeAccountId // Creator's Stripe account ID