Skip to content

Commit

Permalink
Rename event to match type name and add a related one.
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe authored and ob-stripe committed Sep 13, 2018
1 parent 2f0005b commit ccf0a65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Stripe.net/Constants/StripeEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,12 @@ public static class StripeEvents
/// <summary>
/// Occurs whenever a source transaction is created.
/// </summary>
public const string SourceTransactionCanceled = "source.transaction.created";
public const string SourceTransactionCreated = "source.transaction.created";

/// <summary>
/// Occurs whenever a source transaction is updated.
/// </summary>
public const string SourceTransactionUpdated = "source.transaction.updated";

/// <summary>
/// Occurs whenever a new transfer is created.
Expand Down

0 comments on commit ccf0a65

Please sign in to comment.