Skip to content

Commit

Permalink
source-stripe-native: query for payment_method.detached event
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Dec 6, 2024
1 parent fce0105 commit 5920ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source-stripe-native/source_stripe_native/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ class PaymentMethods(BaseStripeChildObject):
"payment_method.attached": "u",
"payment_method.automatically_updated": "u",
"payment_method.updated": "u",
"payment_method.detached": "u",
}


Expand Down

0 comments on commit 5920ffc

Please sign in to comment.