Fix development

This commit is contained in:
2023-08-10 17:11:40 +00:00
parent aca9897f44
commit a68ade9efe
4 changed files with 53 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
import stripe
from django.conf import settings
from lago_python_client import Client
from lago_python_client.clients.base_client import LagoApiError
from lago_python_client.exceptions import LagoApiError
from lago_python_client.models import Customer, CustomerBillingConfiguration
client = Client(api_key=settings.LAGO_API_KEY, api_url=settings.LAGO_URL)