Skip to content

Commit db4453a

Browse files
authored
Merge pull request #2085 from Loyalar/patch-1
Fixed typo in SessionSubscriptionDataOptions
2 parents 5a7a491 + ff5b55e commit db4453a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stripe.net/Services/Checkout/Sessions/SessionSubscriptionDataOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class SessionSubscriptionDataOptions : INestedOptions, IHasMetadata
5555

5656
/// <summary>
5757
/// Indicates if a plan’s <see cref="Plan.TrialPeriodDays"/> should be applied to the
58-
/// subscription. Setting <c>TrialEnd</c> on <c>DubscriptionData</c> is preferred. Defaults
58+
/// subscription. Setting <c>TrialEnd</c> on <c>SubscriptionData</c> is preferred. Defaults
5959
/// to <c>false</c>.
6060
/// </summary>
6161
[JsonProperty("trial_from_plan")]

0 commit comments

Comments
 (0)