Revision history for Perl module Net::API::Stripe

1.0.6 2020-05-28T03:45:29
    - Forgot to remove Net::API::REST as a dependency in the Makefile.PL. Fix bug RT #132717

1.0.5 2020-05-27T20:25:10
    - Decoupled Net::API::Stripe::WebHook frm the rest to avoid creating a requirement on installing mod_perl2. Fix bug RT #132713

1.0.4 2020-05-17
    - Added invoice_now method to Net::API::Stripe::Billing::Subscription used in cancelling subscriptions
    - Change from TryCatch to Nice::Try because TryCatch got broken with release of Devel::Declare version 0.006020

1.0.3 2020-05-16
    - Minor changes to documentation

1.0.2 2020-05-16

1.0.1 2020-05-14
    - Replaced Net::API::Stripe::Number and Net::API::Stripe::Number::Format by Module::Generic::Number
    - Added the new Net::API::Stripe::Price added to the Stripe api.

1.0 2020-04-25
    - Updated the formatting of the documentation	 Added the Net::API::Stripe::Number::Format in replacement of the dependence on Number::Format due to obscure bug under modperl and that Number::Format croaks

0.9 2020-04-03 Corrected mistakes in parameters definition for dispute_list in Net::API::Stripe
    - Added session_list method to list all checkout sessions in Net::API::Stripe
    - Added missing documentation in Net::API::Stripe
    - Improved documentation of Net::API::Stripe::Number
    - Created missing synopsis in all documentation
    - Created a convenient alias zip_code for postal_Code subroutine in Net::API::Stripe::Address
    - Change the helper method for default_for_currency in Net::API::Stripe::Connect::ExternalAccount::Bank to use boolean instead of scalar.
    - Added Stripe api calls for bank accounts
    - Change helper method for B<approved> from B<_set_get_scalar> to B<_set_get_boolean> in Net::API::Stripe::Issuing::Authorization::RequestHistory
    - Removed Net::API::Stripe::Customer::Subscription being replaced directly Net::API::Stripe::List
    - Removed Net::API::Stripe::Balance::Transaction::List used to handle the list of balance_transactions and replaced it directly by Net::API::Stripe::List from which it inherited
    - Removed Net::API::Stripe::Hash since it was not used anymore and used instead Module::Generic _set_get_hash, _set_get_class, etc
    - Removed Net::API::Stripe::Session because its namespace was to high and generic for its particular purpose.

0.8 2020-03-30 Working submission to CPAN

0.7 2020-03-29

0.2 to 0.7 Alpha versions

0.1 2019-10-15T09:54:59+09:00
    - original version; created by ExtUtils::ModuleMaker 0.63

0.9.1 2020-04-24

0.8.8 2020-04-15