getlago / lago-python-client

Python wrapper for the Lago Rest API
MIT License
20 stars 10 forks source link

fix: applying coupons with percentage discount #183

Closed willymwai closed 1 year ago

willymwai commented 1 year ago

Applying coupons with percentage discount raises the error

pydantic.error_wrappers.ValidationError: 2 validation errors for AppliedCouponResponse 
amount_cents
  none is not an allowed value (type=type_error.none.not_allowed)
amount_currency
  none is not an allowed value (type=type_error.none.not_allowed)