Skip to content

Procuret Python `0.0.41`

Latest
Compare
Choose a tag to compare
@hwjeremy hwjeremy released this 25 Sep 03:12
· 4 commits to master since this release

0.0.41 includes the following changes:

  • PaymentSeries.payment_method is now an Optional[PaymentMethodHeadline], it was formerly of type PaymentMethodHeadline. In rare cases, a PaymentSeries may not have an associated payment method, and this changes allows Procuret Python to correctly decode such cases.
  • Fixes a bug causing TermRateGroup retrieval to fail due to attempting to decode properties that that API no longer sends.