library · inferred from evidence
paddle-python-sdk
A Python SDK for Paddle, referenced in the issue source.
- 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
- ModuleNotFoundError paddle_billing.Resources.IPAddresses on 0.3.0 (fixed in 0.3.1)
Importing Secret and Verifier from paddle_billing.Notifications to verify webhooks failed on version 0.3.0 with ModuleNotFoundError: No module named 'paddle_billing.Resources.IPAddresses'. The 0.3.0 release shipped with a broken internal im
- 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