Skip to content

StripeList returned when listing charges, Ideal

Compare
Choose a tag to compare
@jaymedavis jaymedavis released this 06 Apr 18:06
· 2614 commits to master since this release

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.