Skip to content

Stripe Files and Optionals

Compare
Choose a tag to compare
@anthonycastelli anthonycastelli released this 15 Sep 23:24
fb2bf21

⚠️ This is a breaking change release ⚠️

Whats New

  • Fixed an issue with some parameters return nil when they shouldn't be. The only fix around this with how Stripe handles some stuff is by making just about every property on the models an optional. An extra step to decode, but will reduce the crashes/decoding issues dramatically
  • New: Added Stripe Files support