This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,6 @@ def invoice_payment_succeeded(self, invoice: stripe.Invoice) -> None:
7474 ** template_vars ,
7575 )
7676
77- # temporary just making sure these look okay in the real world
78- task_service .send_email (
79- to_addr = "spencer.murray@sentry.io" ,
80- subject = "You're all set" ,
81- template_name = "success-after-failed-payment" ,
82- ** template_vars ,
83- )
84-
8577 def invoice_payment_failed (self , invoice : stripe .Invoice ) -> None :
8678 """
8779 Stripe invoice.payment_failed webhook event is emitted when an invoice payment fails
@@ -153,15 +145,6 @@ def invoice_payment_failed(self, invoice: stripe.Invoice) -> None:
153145 ** template_vars ,
154146 )
155147
156- # temporary just making sure these look okay in the real world
157- task_service .send_email (
158- to_addr = "spencer.murray@sentry.io" ,
159- subject = "Your Codecov payment failed" ,
160- template_name = "failed-payment" ,
161- name = "spalmurray-codecov" ,
162- ** template_vars ,
163- )
164-
165148 def customer_subscription_deleted (self , subscription : stripe .Subscription ) -> None :
166149 """
167150 Stripe customer.subscription.deleted webhook event is emitted when a subscription is deleted.
You can’t perform that action at this time.
0 commit comments