@ -1,5 +1,5 @@
|
||||
|
||||
from pydantic import BaseModel
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
|
||||
|
||||
@ -7,3 +7,5 @@ class PaymentIntent(BaseModel):
|
||||
"""A payment intent response."""
|
||||
|
||||
client_secret: str
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
Reference in New Issue
Block a user