library · inferred from evidence
Paddle Python SDK
A Python SDK provided by Paddle for interacting with their services.
- Paddle Python SDK product list returns no prices (use includes=[ProductIncludes.prices])
Calling client.products.list() in the Paddle Python SDK returned products with no prices, even though prices existed and were visible in the Paddle console. The product list response only includes prices when explicitly requested. A second
- Prices preview AttributeError NoneType status_code on disconnect (fixed in v0.3.0)
The Paddle Python SDK prices-preview call crashed with AttributeError: 'NoneType' object has no attribute 'status_code' when the request was aborted on disconnect. The SDK assumed the response object was always present, so a cancelled reque