StripeList returned when listing charges, Ideal
BREAKING CHANGES
The List() method on StripeChargeService
now returns a StripeList. To refactor your existing code, just add .Data
to the result of the call. This will give you the list you had before.
- Added the Ideal source
Infrastructure note: Renamed stripe_net_test_key to STRIPE_TEST_KEY as the environment variable to execute the tests.