stripe-ruby v1.7.10 Release Notes

Release Date: 2013-02-01 // over 11 years ago
    • 1 major enhancement
      • Add support for passing options when retrieving Stripe objects e.g., Stripe::Charge.retrieve({id:"foo", expand:["customer"]}) Stripe::Charge("foo") is still supported as well