mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Add the new 3DSv2 fields
This commit is contained in:
@ -31,3 +31,8 @@ class BillingInfoSchema(ModelSchema):
|
||||
"country",
|
||||
]
|
||||
fields_optional = ["customer"]
|
||||
|
||||
# for reasons described in the model, BillingInfo.phone_number
|
||||
# in nullable, but null values shouldn't be actually allowed,
|
||||
# so we force the field to be required
|
||||
phone_number: str
|
||||
|
Reference in New Issue
Block a user