Skip to content

Commit

Permalink
Add support for another payment-method event type
Browse files Browse the repository at this point in the history
  • Loading branch information
tiriel-wyyerd committed Mar 2, 2022
1 parent 58c324c commit cf593d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ pub enum EventType {
PaymentIntentRequiresCapture,
#[serde(rename = "payment_intent.succeeded")]
PaymentIntentSucceeded,
#[serde(rename = "payment_method.automatically_updated")]
PaymentMethodAutomaticallyUpdated,
#[serde(rename = "payment_method.attached")]
PaymentMethodAttached,
#[serde(rename = "payment_method.detached")]
Expand Down

0 comments on commit cf593d9

Please sign in to comment.