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

Commit 16fcc64

Browse files
committed
lint
1 parent 60e5f1a commit 16fcc64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/billing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,10 @@ def update_billing_address(self, owner: Owner, name, billing_address):
728728
try:
729729
customer = stripe.Customer.retrieve(owner.stripe_customer_id)
730730
log.info(f"Retrieved customer: {customer}")
731-
731+
732732
default_payment_method = customer.invoice_settings.default_payment_method
733733
log.info(f"Retrieved default payment method: {default_payment_method}")
734-
734+
735735
if default_payment_method is None:
736736
log.warning(
737737
f"Customer {owner.stripe_customer_id} has no default payment method, skipping payment method update"

0 commit comments

Comments
 (0)