organization · inferred from evidence
Dwolla
The organization that added a new error class and maintains the dwollav2 library.
- dwollav2 request with decimal.Decimal body fails unless simplejson is installed
Fixed in dwollav2 v2.3.0, which the maintainer confirmed was published , Decimal values in request bodies are now serialized without requiring simplejson. Upgrade to v2.3.0+.
- Dwolla dwollav2: catching expired Plaid token errors (UpdateCredentials)
An expired Plaid token surfaced as a generic dwollav2 Error with code UpdateCredentials, hard to isolate from other failures. Dwolla shipped a dedicated error class for it; upgrade and catch it by name.