The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.0100

  • Change: 7677fc48985305a19741d66fe9a47b9a8f5fe581 Author: William Wolf <throughnothing@users.noreply.github.com> Date : 2015-09-11 14:02:54 +0000
    • Merge pull request #34 from Crowdtilt/unreferenced-refunds
    • Recipient Support
  • Change: 2c4a8e6bad84b47a7ce6c1a353ea28b825e3706e Author: William Wolf <throughnothing@gmail.com> Date : 2015-09-11 13:59:08 +0000
    • Version bump
  • Change: e8148baaaede20f0010fba4b1aefa729f1421135 Author: William Wolf <throughnothing@gmail.com> Date : 2015-09-11 13:51:31 +0000
    • Recipient Support
  • Change: 8a11b69ee8375247b974c17fbc90beab435becc0 Author: Dan Schmidt <danschmidt5189@users.noreply.github.com> Date : 2015-09-01 17:45:40 +0000
    • Merge pull request #33 from Crowdtilt/BetterCircleCI
    • CI: Faster build process
  • Change: 948e1d1209d61efe454590cf09e0def6d6316b05 Author: Dan Schmidt <danschmidt5189@gmail.com> Date : 2015-09-01 17:27:53 +0000
    • CI: Faster build process
    • This improves the build process by avoiding unnecessary dependency installs, and by caching the results of previous installs. The effect is that test times drop from ~2m to ~25-30s.
  • Change: f2a5d0d231fb0cb6fcff757f4d00ccf88ee534c4 Author: Dan Schmidt <danschmidt5189@users.noreply.github.com> Date : 2015-08-31 15:35:05 +0000
    • Merge pull request #32 from Crowdtilt/CircleCIBadge
    • Adds CircleCI build status badge
  • Change: 0305271b4076181ef0f0a606840d0399511310eb Author: Dan Schmidt <danschmidt5189@gmail.com> Date : 2015-08-31 15:23:17 +0000
    • Adds CircleCI build status badge
  • Change: 59f1d086bdb736ffd7f130003b2ccc1f9a589d0c Author: Dan Schmidt <danschmidt5189@users.noreply.github.com> Date : 2015-08-31 15:20:55 +0000
    • Merge pull request #31 from Crowdtilt/CircleCI
    • Integrate CircleCI
  • Change: 977f0779e30316becdd6606306d7514155b1fb37 Author: Dan Schmidt <danschmidt5189@gmail.com> Date : 2015-08-31 15:13:24 +0000
    • Integrate CircleCI
    • Adds circle.yml to the root directory, so we can get continuous integration (mainly, testing) using CircleCI.
    • The Stripe test key is managed by Circle itself to avoid having to check that into the repo.
  • Change: 4393a1af8a57ab3587b1544ebefaad26f79ccfaa Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2015-08-23 02:27:39 +0000
    • Merge pull request #30 from ironcamel/events
    • added support for getting events
  • Change: 253e0873b4f35a7d3b8ab3213fb727a72c8f906a Author: Naveed Massjouni <naveed@vt.edu> Date : 2015-08-22 03:33:40 +0000
    • added support for getting events
  • Change: 8d40d0d07c472da3901b15973c1b498a48b9c37f Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2015-08-21 13:35:07 +0000
    • Merge pull request #29 from ironcamel/fix-serializer
    • fixed serializer
  • Change: b8d68a1d9f560308fe9a2fc5f8ec48f1ef7732bb Author: Naveed Massjouni <naveed@vt.edu> Date : 2015-08-21 03:35:08 +0000
    • fixed serializer
  • Change: 5d7b77a0b546b43bf87d9a232f5034a7a9614dda Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2015-08-21 03:27:48 +0000
    • Merge pull request #27 from rizen/patch-1
    • support hashes in posts
  • Change: 668531825b3fa4914b09e2c99f0fffa7f1bf4372 Author: JT Smith <jt@plainblack.com> Date : 2015-08-15 15:36:40 +0000
    • support hashes in posts
    • Some requests, such as update_account require the posting of hash data. For example:
    • my $response = $stripe->update_account($user_id, data => {
    • debit_negative_balances => 'true',
    • decline_charge_on => {
    • avs_failure => 'true',
    • cvc_failure => 'true',
    • }, });
    • And that data must be formatted using a nested has syntax like Ruby on Rails. For example, the request above becomes:
    • debit_negative_balances=true&decline_charge_on[avs_failure]&decline_c harge_on[cvc_failure]=true
    • The Data::NestedParams module does this formatting. Since Stripe requires this, it seems like it should be the built in serializer, rather than the one in WebService::Client.
  • Change: c872d4ff896105564a59e15b47e81bdb65961e42 Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2015-08-03 14:22:34 +0000
    • Merge pull request #25 from ironcamel/interface-cleanup
    • made interface consistent
  • Change: 23264b6001734491b4261852855b23a5d24b6ddc Author: Naveed Massjouni <naveed@vt.edu> Date : 2015-08-03 14:21:02 +0000
    • made interface consistent
    • This is a breaking change. This makes the $data param of the update_charge and update_customer methods a named parameter. This makes all of the update_* methods consistent wrt how the $data param is passed in.
  • Change: cfff7adebc0e876a9689b1ebd6b927d268d6db39 Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2015-07-20 14:44:18 +0000
    • Merge pull request #24 from ironcamel/get-my-account
    • added get_platform_account method to retrive the /v1/account resource
  • Change: 79f5c64f09feca038eb0d45925ee75db83096da2 Author: Naveed Massjouni <naveed@vt.edu> Date : 2015-07-20 14:00:44 +0000
    • added get_my_account method to retrive the /v1/account resource
  • Change: 27efbcb50035620a4549da22a2c606e39180f4f1 Author: Dan Schmidt <danschmidt5189@users.noreply.github.com> Date : 2015-07-14 12:05:30 +0000
    • Merge pull request #21 from Crowdtilt/Reversals
    • Support Transfer Reversals (#20)
  • Change: 1d7b1925e4d440780677a7ddb2d791375c6a8b19 Author: Dan Schmidt <danschmidt5189@gmail.com> Date : 2015-07-14 10:37:00 +0000
    • Support Transfer Reversals (#20)
    • Adds support for reversing existing transfers via a new create_reversal method.

Modules

Stripe API bindings