Stripe v6.0.0 Release Notes

Release Date: 2015-10-19 // over 8 years ago
    • Splits logic in STPCard into 2 classes - STPCard and STPCardParams. STPCardParams is for making requests to the Stripe API, while STPCard represents the response (you'll almost certainly want just to replace any usage of STPCard in your app with STPCardParams). This also applies to STPBankAccount and the newly-created STPBankAccountParams.
    • 🔖 Version 6.0.1 fixes a minor Cocoapods issue.