0.0.41
includes the following changes:
PaymentSeries.payment_method
is now anOptional[PaymentMethodHeadline]
, it was formerly of typePaymentMethodHeadline
. In rare cases, aPaymentSeries
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.