0.42
What's Changed
- update statement_description to statement_descriptor by @sherrardb in #132
- make Net::Stripe compatible with API back to 2011-06-21 by @sherrardb in #131
- remove redundant Token tests by @sherrardb in #142
- _defined_arguments() is unnecessary by @sherrardb in #143
- fix post_charge() arguments by @sherrardb in #147
- allow updates to existing cards by @sherrardb in #150
- cleanup post_card() by @sherrardb in #151
- fix post_customer() arguments by @sherrardb in #153
- update unit tests for Charge->status by @sherrardb in #159
- consolidate logic for serializing form fields by @sherrardb in #160
- deprecate direct handling of PANs by @sherrardb in #161
- remove card hash handling code in post_card() by @sherrardb in #164
- update Token attributes by @sherrardb in #176
- remove duplicate post_charge() tests by @sherrardb in #177
- add unit tests for delete_card() by @sherrardb in #178
- capture partial charge by @sherrardb in #179
- remove unnecessary token object creation by @sherrardb in #180
- default_card not updating in post_customer() by @sherrardb in #181
- add unit tests for TypeConstraints by @sherrardb in #182
- add metadata for Plan by @sherrardb in #184
- add metadata for Coupon by @sherrardb in #185
- remove manual serialization in _get_collections() and _get_with_args() by @sherrardb in #175
- Add source to charge and customer by @sherrardb in #188
- add balance for Customer by @sherrardb in #193
- update post_subscription() by @sherrardb in #194
- update Invoice by @sherrardb in #195
- add _get_all() by @sherrardb in #192
- add Product by @sherrardb in #191
- Add api_version argument and method for Net::Stripe object by @sherrardb in #130
- re-add customer to Invoice by @sherrardb in #197
- add PaymentMethod and PaymentIntent by @sherrardb in #199
- get_invoiceitems() not passing customer id by @sherrardb in #201
Full Changelog: 0.39...0.42