* Add LICENSE metadata. Thanks graingert. * Allow custom verification amount on payment method updates. * Fix a bug where `merchant_account.all` would attempt to fetch too many pages of merchant accounts
3.34.0
* Stop sending account_description field from us bank accounts * Add functionality to list all merchant accounts for a merchant with `merchant_account.all`
3.33.0
* Add option `skip_advanced_fraud_check` for transaction flows
3.32.0
* Update UsBank tests to use legal routing numbers * Allow setting a custom verification amount in `PaymentMethod` options * Allow setting processor specific fields for transactions and verifications
3.31.0
* Fix `UsBankAccount` support for `Customer`s * Added handling for unicode parameters. (Thanks mgalgs) * Raise `ConfigurationError` for empty string credentials * Update `Grant` api to support options dictionary