github stripe/stripe-terminal-ios v1.4.0

latest releases: 3.5.0, 3.4.0, 3.3.1...
3 years ago

If you are using CocoaPods, update your Podfile:

pod 'StripeTerminal', '1.4.0'

1.4.0 2020-09-03

  • Added accountType to SCPReceiptDetails.
  • Added SCPDeviceTypeWisePosE to SCPDeviceType.
  • Deprecated the SCPDiscoveryConfiguration initializers that require that you specify the device type to discover and replaced them with initializers that only require that you specify the discovery method. More specifically, if you use any of these SCPDiscoveryConfiguration initializers, you should replace them with the corresponding versions:
    • initWithDeviceType:simulated:initWithDiscoveryMethod:simulated:
    • initWithDeviceType:discoveryMethod:simulated:initWithDiscoveryMethod:simulated:
    • initWithDeviceType:discoveryMethod:locationId:simulated:initWithDiscoveryMethod:locationId:simulated:
  • Added a new interface in the example app to grant easy access to receipts

Don't miss a new stripe-terminal-ios release

NewReleases is sending notifications on new releases.