Changes for version 0.13

  • Change: 89f8ca48009ff0b364f8ec18a9e875c251652ec6 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 22:28:56 +0000
    • More example and documentation fixes
  • Change: c30780c0e51cb67aea3f906e4288ac3454299833 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 22:25:28 +0000
    • Add more examples and fix up POD documentation
  • Change: 5eb0aa11865360ff408a360f515df73b794339ac Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 18:36:50 +0000
    • Add more examples
  • Change: c2310e92cc4fcc79488b6b7f9c01dae619c80302 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 18:25:01 +0000
    • Add some initial examples of calling functions
  • Change: 80d6a93d7241eb80cca49e4b3dfdca977f83cb91 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 18:19:51 +0000
    • Fix pod weaver bug with balance transaction functions.
  • Change: 296f14fea3d5ba746fd84bf4769f51b3055babfe Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 18:13:42 +0000
    • Bump version number
  • Change: f8092e06daddfc453d3719ab3407e9af05709b81 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 18:11:55 +0000
    • Change all methods to use named parameters and proper signatures.
    • Add documentation to all methods.
    • Change tests as appropriate to match the new method signatures.
  • Change: 9c6dd9331807054bd2ee47be8dd541ae60723738 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-25 00:46:16 +0000
    • Remove use of methods module, replace with MooseX::Method::Signatures.
    • Fixes a problem with methods module prereqs on some platforms while retaining all functionality.
    • Bump version
  • Change: 5d49548425af494e7751062ecbca8d7192f74bd7 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-22 21:15:09 +0000
    • A few POD fixes and 0.11 release.
  • Change: 1d57a2b75acc847a18136576a03b748451fd9714 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-22 21:10:26 +0000
    • Add README.pod which is generated from Dist::Zilla.
  • Change: 36a402bd11adb738473f34964264135ef5f0974c Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-22 21:07:43 +0000
    • Fix documentation, add abstracts to all modules.
    • Finish moving to Pod::Weaver.
  • Change: ea3d1afd4707c0ee458a126f2796bfc2b341998f Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-22 16:30:16 +0000
    • Merge pull request #23 from andrewsolomon/master
    • add $customer->discount->coupon attributes
  • Change: b0a1b43a193969140b76ee84257cbb0de9e4ec90 Author: Andrew Solomon <andrew@illywhacker.net> Date : 2014-04-22 20:27:16 +0000
    • add $customer->discount->coupon attributes
  • Change: e2e82db114e891e1557128d8b22f1fa1458df23d Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-22 08:33:16 +0000
    • Remove duplicated trial end. Allow it to be an int or string, because of the special "now" value.
  • Change: 64481e09794bb46b99f9941a36a91e1288f4ad3b Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-22 07:53:29 +0000
    • Merge branch 'master' of github.com:lukec/stripe-perl
  • Change: 48942b0ab47e9a47055b1bb3c86ea59425bc27f9 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-22 07:51:12 +0000
    • Fix a problem with JSON::PP::Boolean usage.
    • Change any type constraint that expects a Bool into Bool|Object because of a difference in how JSON::PP maps booleans.
    • Change some code to map both JSON::XS::Boolean and JSON::PP::Boolean to one and zero.
  • Change: c8606398de3b947e8b95b02b51106f01bed39a20 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-21 23:54:50 +0000
    • Merge pull request #21 from rustyconover/master
    • Change to using Dist::Zilla and start with provisionary version 0.009
  • Change: 47b98c1cfd6925446cf1378a1549bafa2a3953bb Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-21 23:53:13 +0000
    • Change to using Dist::Zilla and start with provisionary version 0.009
    • Pull changes and contributors from Github.
  • Change: b32477769aa6e4eecb037708c131f330de0e9631 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-21 23:17:33 +0000
    • Merge pull request #20 from rustyconover/master
    • Work on Invoices, metadata, error handling, and a bug fix with customer's trial_end.
  • Change: 5ba493a377176e58990436d1ab3a486fc4856e1e Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-21 23:15:03 +0000
    • Merge remote-tracking branch 'lukec/master'
  • Change: 5bb5a8ebe6a550b2c1c09c4110b5e4152a784bc1 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-21 23:09:28 +0000
    • Change post_invoice() to accept a Net::Stripe::Invoice object.
    • Handle a HTTP 500 error more directly in make_request.
    • Allow "now" as a trial end value when creating a Customer object with a subscription plan.
    • Add support for metadata and a description on the Invoice object.
    • Refactor the metadata form fields code into form_fields_for_metadata()
    • Add custom code to the closed parameter on the Invoice object, to only post it back to Stripe if the value has changed.
    • Add form_fields_for_metadata in Net::Stripe::Resource since it is used by Customers and Invoices.
  • Change: 88764afb97c99c77446dd9fdff930967809d749c Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-21 23:05:53 +0000
    • Merge pull request #19 from NacreData/master
    • Charges attributes; new BalanceTransaction; etc.
  • Change: 388fc3545682361b7e9fc300a9fa848b4e7ee6dd Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-04-21 22:45:42 +0000
    • new BalanceTransfer Object (contains Stripe fee) * allow passing of "created" hashref to _get_collections,
    • used for instance to get Charges constrained by dates * teach hash_to_object() to convert Stripe's underscore_words
    • to module's UpperCamelCase * additional attributes in Charge object
  • Change: 26afeb856761b6c0e8c32e22892ede73535b4827 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-04-21 22:06:19 +0000
    • Merge branch 'master' of github.com:rustyconover/Net-Stripe
  • Change: 09a3359130ce2bd7580ac1e47090877c70ecc2ae Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-21 09:14:54 +0000
    • Merge pull request #15 from sachinjsk/master
    • fixed typo
  • Change: ee37f01bfdc4bf3483a54820b97c708842f26689 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-21 09:14:28 +0000
    • Merge pull request #12 from oalders/repository-url
    • Adds repository URL to META resources.
  • Change: 592d47fc63e2768bbce4ed397ef15f4aee7e0301 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2014-04-21 09:12:46 +0000
    • Merge pull request #18 from rustyconover/master
    • Initial pull of work on github to recent release.
  • Change: 348d404ce3b1c294f26275d35bcc311938d243d8 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-19 16:20:39 +0000
    • Add post_invoice and add invoice parameter to Invoiceitem.pm to allow invoice items to be added to an open invoice.
  • Change: d5d0317549cbdbf1f08be30fc19a7d60416418e6 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-17 19:14:32 +0000
    • Add methods for dealing with Cards and additional fields to the Card object.
  • Change: 8a307dd7ca045ffff474f8db00002cb45b0fa352 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-04-17 15:40:06 +0000
    • Allow undefined statement descriptions for plans.
  • Change: 665deed7c73b1e40c90fd08b4de56a6f480375ee Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-04-17 11:18:10 +0000
    • Note removal of "count" attribute in recent Stripe update to Lists
  • Change: 55c9f445185bc4b663d6c03b0d1775adce9b9a5d Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-04-15 17:43:47 +0000
    • Note removal of "count" attribute in recent Stripe update to Lists
  • Change: af89dedc17bd2341aaca3fb03e69243631f737af Author: Devin Ceartas <devin@nacredata.com> Date : 2014-04-15 21:07:21 +0000
    • Merge pull request #1 from rustyconover/master
    • Latest work on fixing up the module
  • Change: aae5aed5f27443a2c0fcd0cd7e0586455e4f1603 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-03-15 00:07:45 +0000
    • Add support for statement_description in plans.
  • Change: d52aa3d39866b48fe0413a1f2f11542321dc210d Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-03-14 23:54:52 +0000
    • Add interval_count to plans.
    • Add interval_count to Net::Stripe::Plan.
    • Fix missing module.
  • Change: 74fb3562eacb47f91b8bb3e9d2d962259eea7326 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-03-14 23:49:05 +0000
    • Add flag debug_network
    • Add debug_network flag which allows the HTTPS request and response data to be shown for debugging purposes.
  • Change: 63f7f14ef57ce7a923ad54e7ebbeab272ded71ea Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-03-14 22:43:38 +0000
    • Finish supporting multiple subscriptions
  • Change: 4953c21764883e540e07ed1ea9fe4bf1061df3bc Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2014-03-14 22:42:30 +0000
    • Support multiple subscriptions
    • Change Customer object to contain subscriptions and subscription since customers can now have multiple subscriptions.
    • Change test to use subscription id for delete_subscription calls.
  • Change: f741f7843a90f2d23e085c46846dc592ca7d8f06 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-09 17:02:53 +0000
    • Multiple subscriptions are now possible, updating is different from creating, there is a list subscription method
  • Change: d5a33c2cbdd79833f0c9064707709e6d752d52f7 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 14:21:15 +0000
    • Add ability to add "metadata" hashref to Customer object creation.
  • Change: e3bab9d371ffdb4f843249b86b2f6a8ec3e43ff0 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 11:33:45 +0000
    • test for 1, not "true"; swallow an exected warning to /dev/null... All existing tests now pass!
  • Change: f1b4133bbf03270da05ef0d3b7a2e8db46d4ea3e Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 11:30:10 +0000
    • Yet another test needing Customer->active_card changed to Customer->default_card
  • Change: 32e2e52a78019b60a9e44d311c3ea8d4e9ba5d38 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 11:23:00 +0000
    • Correct Test: if cancelled with "at_period_end", a subscription will not yet have "ended_at" set. Test 114 passes now.
  • Change: e64c833ec05e25d63710d677ef37712adf8ac489 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 11:12:51 +0000
    • Another test needing Customer->active_card changed to Customer->default_card
  • Change: 8c1c99ce1423b8eaa8eed6172eeb4e036d5dfd59 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 11:04:35 +0000
    • Customer has a "default_card" not an "active_card", and this "default_card" is a card id, not a Stripe Card object. Test 94 now passes.
  • Change: 10e75ec296b1176a4855769340ed094cfe676cd7 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 10:16:46 +0000
    • Hide expected warnings; Fix invalid currency test.
  • Change: d680cb2c91914c5f1d9644dcf754827b683283fd Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 10:01:52 +0000
    • "fee" was removed from the returned Charge object by Stripe, see 2013-12-03 changes at https://stripe.com/docs/upgrades
  • Change: b16bbe8068fa9e2a1bf4199255ec8145d6540c31 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 09:49:35 +0000
    • Clean up test output by hiding expected warnings
  • Change: c37f0b7362c4d36d86d5a2399c57c08d9fc33a9a Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-05 09:23:26 +0000
    • return array ref of objects from _make_request() if a list is returned, rather than trying to instantiate non-existent Net::Stripe::List class: fixes test #20
  • Change: 50c32c9b40662060fa87e832eeef50fad61c2510 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-04 16:54:45 +0000
    • patch from sachinjsk https://github.com/sachinjsk/stripe-perl/commit/1e57e9667797206f27356 b3664f37a190b4f26eb
  • Change: 8ca8bccd66fdc406f4270242d67b4c1fbeef0d22 Author: Devin M. Ceartas <devin@nacredata.com> Date : 2014-03-04 16:52:11 +0000
    • Patch from oalders https://github.com/oalders/stripe-perl/commit/eaaf1a442654da5f7eb9098 c7f0668b446aa8cae
  • Change: 1e57e9667797206f27356b3664f37a190b4f26eb Author: Sachin Sebastian <sachinjsk@users.noreply.github.com> Date : 2014-01-12 19:41:12 +0000
    • fixed typo
  • Change: c7e06c6f22ddbc0886b5675b6ca4390c98c28453 Author: Luke Closs <me@luk.ec> Date : 2013-10-07 02:46:03 +0000
    • Update code to work with newer API
  • Change: f56e45f7687f876e25fac589b046d53c8cdb736d Author: Luke Closs <me@luk.ec> Date : 2013-10-07 02:45:45 +0000
    • Allow posting hashes directly
  • Change: 4573df5d7a60470e2db93201491dc68ec06117fc Author: Luke Closs <me@luk.ec> Date : 2013-10-07 02:45:30 +0000
    • Add post_customer_subscription()
  • Change: 6c38ded4352b4ee1fdca457b840b9170c818d8ad Author: Luke Closs <me@luk.ec> Date : 2013-10-05 01:36:46 +0000
    • Bump version
  • Change: f36369ad0c56eff3d6659ed504d8b47c47a213d5 Author: Luke Closs <me@luk.ec> Date : 2013-10-05 01:25:40 +0000
    • Try allowing plans to be read/write
  • Change: cec16d2bfffd434602121c74a2388604cee84a66 Author: Olaf Alders <olaf@wundersolutions.com> Date : 2013-08-14 00:36:28 +0000
    • Adds repository URL to META resources.
  • Change: f2a4b3771f318554041999683109d056c6b11cb1 Author: Luke Closs <luke@5thplane.com> Date : 2012-10-23 09:43:23 +0000
    • Add missing dependency on namespace::clean
  • Change: 0a6e418f2a655fcb57f3a35f36b6436ceb736589 Author: Luke Closs <luke@5thplane.com> Date : 2012-10-23 09:41:28 +0000
    • update docs
  • Change: 4f3727b5d9602b3eee4e312b0e35a1c39a3da655 Author: Luke Closs <github@5thplane.com> Date : 2012-06-25 22:29:14 +0000
    • Merge pull request #10 from dpetrov/master
    • Updating Invoiceitem should not update currency
  • Change: 6f40686c55e737235cf32b3dc884f72190c83e7c Author: Dimitar Petrov <mitakaa@gmail.com> Date : 2012-06-24 20:45:48 +0000
    • Pass the copied object to post_invoiceitems
  • Change: 880782b601d98551199b586d505e7aa295a33583 Author: Dimitar Petrov <mitakaa@gmail.com> Date : 2012-06-24 20:42:18 +0000
    • Updating Invoiceitem should not update currency
  • Change: cc3a2d8bc730d66ed4e8845d53ebb4e2fd1758f0 Author: Luke Closs <gravatar@5thplane.com> Date : 2012-06-01 12:40:19 +0000
    • Merge pull request #8 from letolabs/synopsis
    • Make the code in the Net::Stripe synopsis copy+paste friendly ...
  • Change: f42bfac875bd71196327c15f05f4738c30b510ed Author: Jonathan "Duke" Leto <jonathan@leto.net> Date : 2012-06-01 12:38:29 +0000
    • Make the code in the Net::Stripe synopsis copy+paste friendly and give examples of looking at the card associated with a charge and looking up charges by id
  • Change: 5969168f2a44ccde83369d2a14a6876ec7361a1a Author: Luke Closs <gravatar@5thplane.com> Date : 2012-06-01 12:02:53 +0000
    • Merge pull request #7 from letolabs/update_moose_dep
    • Update moose dep to a known-good version
  • Change: df053bdfd86a2929b8906be48b021ede7aa9ceb2 Author: Jonathan "Duke" Leto <jonathan@leto.net> Date : 2012-06-01 12:01:42 +0000
    • Update moose dep to a known-good version
  • Change: aea985642d50ee2646673b2d9af6eb8a9428a369 Author: Luke Closs <luke@5thplane.com> Date : 2012-05-30 09:16:29 +0000
    • get customer on a deleted customer returns a hash instead of an object
  • Change: cfad6b6c740e00be208fdf1c7041bbefb8901d15 Author: Luke Closs <luke@5thplane.com> Date : 2012-05-03 11:45:24 +0000
    • add a missing note to the changelog
  • Change: 673052507335122264cb874b4cb1b153dceaeb4e Author: Luke Closs <luke@5thplane.com> Date : 2012-04-27 16:25:18 +0000
    • add date
  • Change: f197ec6fb15e612e075a01e67e6255700ee8189f Author: Luke Closs <luke@5thplane.com> Date : 2012-04-27 16:24:55 +0000
    • Add more fields to invoices
  • Change: fec51c307da7d475a286bc6b63eafe01087cf195 Author: Luke Closs <gravatar@5thplane.com> Date : 2012-04-24 11:20:18 +0000
    • Merge pull request #4 from briancollins/master
    • Allow null attributes in API responses
  • Change: 113469fa4043c9d84b1a2146eea382fb6c932ceb Author: Brian Collins <bricollins@gmail.com> Date : 2012-04-24 19:15:16 +0000
    • Handle null response attributes
    • The Stripe API now returns all attributes of objects, whether they are null or not.
  • Change: 493acbbbe0555004de311b660217363b2efe03aa Author: Luke Closs <luke@5thplane.com> Date : 2012-02-02 09:21:26 +0000
    • Bump to 0.06 and fix MANIFEST so Invoiceitem.pm is shipped
  • Change: 82680adfb0a4e7d532e0ffa2fe60fa0903b36a05 Author: Luke Closs <luke@5thplane.com> Date : 2012-02-01 13:03:12 +0000
    • add a date so i can release this
  • Change: 3b1e46051d5b05c6725e0c8617f51c4240a33811 Author: Luke Closs <luke@5thplane.com> Date : 2012-01-02 23:16:52 +0000
    • Bump version and update Changes
  • Change: 2ea787464e0998f114df9ca82989bc67da5f3278 Author: Luke Closs <gravatar@5thplane.com> Date : 2012-01-02 23:14:17 +0000
    • Merge pull request #3 from tomeliaz/master
    • Add support for partial refunds via second parameter on refund_charge call.
  • Change: b9f1436a8dc1be3cecca7ee533be995d1075f5c4 Author: Tom Eliaz <tom@tomeliaz.com> Date : 2012-01-02 22:59:30 +0000
    • Add support for partial refunds via second parameter on refund_charge call.
    • Add optional second parameter to redund_charge which is an amount in cents to refund. Add amount_refunded field to Charge which is filled by the API on return from a
    • partial refund API call. Add live test of partial and total (no amount specified) refund.
  • Change: b8a291bbf31cfca51601503914da70101ef9e6a0 Author: Luke Closs <gravatar@5thplane.com> Date : 2011-11-27 22:13:05 +0000
    • Merge pull request #2 from dreinhold/master
    • Perl Stripe Update
  • Change: c97f3c68b45eb348c89a5c10c23f5dfee0bdd11a Author: Dylan Reinhold <dylan@gasdasoftware.com> Date : 2011-11-27 22:08:30 +0000
    • Add a .gitignore into repo
  • Change: cf0cfa54805661c60c8b26a0758bf2116c819df3 Author: Dylan Reinhold <dylan@gasdasoftware.com> Date : 2011-11-27 22:07:29 +0000
    • Updated dependency list in alphabetical order
  • Change: 67cd30e471f74d279619914a6377139444cd3d2a Author: Dylan Reinhold <dylan@gasdasoftware.com> Date : 2011-11-27 21:17:49 +0000
    • Added 2 required modules to Makefile.PL
    • The module requires
    • Test::Exception
    • DateTime
  • Change: 80e457903463043741196164898eb0694857a8c4 Author: Luke Closs <luke@5thplane.com> Date : 2011-11-23 10:50:20 +0000
    • Fix Invoiceitem package name
  • Change: 776f8bde0ee221088ff49c4d145126d4526613ef Author: Luke Closs <luke@5thplane.com> Date : 2011-11-14 12:31:58 +0000
    • Add missing LWP::Protocol::https dep
  • Change: a8a9c05dacd117eff96e80bfe3784e52b696b25b Author: Luke Closs <luke@5thplane.com> Date : 2011-11-03 19:21:47 +0000
    • Prepare for 0.02 release
  • Change: 8011941a07fb51f218ec32923a730542178aaf37 Author: Luke Closs <gravatar@5thplane.com> Date : 2011-11-03 19:20:04 +0000
    • Merge pull request #1 from tomeliaz/master
    • Throwable needed for Error.pm
  • Change: a610d33901f1fdd7ba3d8ccd7133bf1e671fd212 Author: Tom Eliaz <tom@tomeliaz.com> Date : 2011-11-03 17:28:49 +0000
    • Error requires Throwable to be installed
  • Change: fc34c2ee76db1b3a0bde7c5da0c2d0326f890507 Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 15:47:21 +0000
    • clean up noise in this test
  • Change: fb81c6b575d9cda01bea50a78a3279337851ecd2 Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 15:45:07 +0000
    • add a warning
  • Change: 72a54b00fcc9f50d423264e8a812c9d2f508a01c Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 15:39:57 +0000
    • Add POD and some packaging
  • Change: a120be83c25fd804be3c29c459276bf4fe5098bc Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 14:32:44 +0000
    • Add coupons and the Invoice.pm
  • Change: d27158bbbce780ff8dc54101f6f4826b60c22939 Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 14:15:25 +0000
    • Add Invoices
  • Change: 80f325eb96ab17e9f6284214d3b30254db265947 Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 12:57:33 +0000
    • Add invoiceitems to the API
  • Change: d00d550f9b152659e8e2cd2ed06906e433db78fe Author: Luke Closs <luke@5thplane.com> Date : 2011-11-01 09:24:12 +0000
    • Add customer subscription apis
  • Change: 8600e978be3cba0f08041a9c6e0adab75a89bb81 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-29 15:19:00 +0000
    • Make most things read-only
  • Change: 04211f639c6a736616c4b1c7f4241196e3013723 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 21:08:50 +0000
    • Uh, i think I wrote this in Perl, not Ruby. :)
  • Change: f85bc9ecd662f5d2b0c847fa4b25051acd7a31e5 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 21:08:20 +0000
    • add a readme
  • Change: f3a33cea2275ba369fc813e7aaf0664cf9b9d779 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 21:05:42 +0000
    • Add Coupons and subscriptions and more tests
  • Change: a1eb2c51dad15b0d335db8d6a0f31da80c807470 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 20:21:18 +0000
    • Add plans and basic plan tests
  • Change: 58ad0cea7fc515f6a759cd9d31bb6f8a91c7df81 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 19:52:16 +0000
    • Add and fix tests
  • Change: 9cc1ef58343393add8f5eb7ce67c7bec7b69796e Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 19:52:09 +0000
    • stringify the errors nicely
  • Change: 4a4fbd0c68c7253b4e5b430b12bc96d29fe80daf Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 19:51:47 +0000
    • no need to worry about this, their api does it
  • Change: e77457656d7224fdcf666aefa344c6fd59a6ee4c Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 17:32:57 +0000
    • Add tokens to charge & customer requests
  • Change: c369379fd706de821637c3ebbb882da846f8fe75 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 17:07:47 +0000
    • Add Tokens and Customers
  • Change: 7c1306bfdd5309988a460af36165c0c6049bf3a1 Author: Luke Closs <luke@5thplane.com> Date : 2011-10-28 14:15:17 +0000
    • Initial commit
  • End of releases.

Modules

API client for Stripe.com
represent a BalanceTransaction object from Stripe
represent a Card object from Stripe
represent an Charge object from Stripe
represent a Coupon object from Stripe
represent a Customer object from Stripe
represent a Discount object from Stripe
represent an error result from interacting with Stripe
represent an Invoice object from Stripe
represent an Invoice Item object from Stripe
represent a Plan object from Stripe
represent a Subscription object from Stripe
represent a list of Subscriptions from Stripe
represent a Token object from Stripe