Skip to content

Commit 489cf74

Browse files
incorporate pr comments
1 parent c7880f0 commit 489cf74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/codecov-api/services/billing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,9 @@ def update_email_address(
714714
"ownerid": owner.ownerid,
715715
},
716716
)
717+
raise Exception(
718+
"Unable to update billing email on default payment method",
719+
)
717720

718721
@_log_stripe_error
719722
def update_billing_address(self, owner: Owner, name, billing_address):

0 commit comments

Comments
 (0)