stripe-ruby v1.28.0 Release Notes

Release Date: 2015-10-05 // over 8 years ago
    • ๐Ÿ‘‰ Make StripeObject's #save "upsert"-like; creates an object if new
    • โž• Add #update_attributes to StripeObject for safe mass assignment
    • Properly mass assign attributes on calls to #save
    • โž• Add question mark helpers for boolean fields (e.g. #paid? as well as old #paid)
    • ๐Ÿ›  Fix a bug that broke the API for StripeObject initialization
    • โœ‚ Remove use of deprecated URI.escape