Skip to content

Commit

Permalink
Merge pull request #253 from websideproject/dev
Browse files Browse the repository at this point in the history
Make email optional in CustomerRequest
  • Loading branch information
bgervan authored Feb 22, 2024
2 parents 7266929 + 539ea75 commit c7d02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle_billing_client/models/customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CustomersResponse(PaddleResponse):


class CustomerRequest(CustomerBase):
pass
email: str | None = None


class CustomerBalancesQueryParams(BaseModel):
Expand Down

0 comments on commit c7d02b8

Please sign in to comment.