Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 16501b2

Browse files
authored
Update billing.py
1 parent 58129ca commit 16501b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/billing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ def update_billing_address(self, owner: Owner, name, billing_address):
726726
return None
727727

728728
try:
729-
log.info(f"Retrieving customer with ID {owner.stripe_customer_id}")
730729
customer = stripe.Customer.retrieve(owner.stripe_customer_id)
731730
log.info(f"Retrieved customer: {customer}")
732731
default_payment_method = customer.invoice_settings.default_payment_method

0 commit comments

Comments
 (0)