Releases: lyra/ios-sdk
Release v2.7.7
Fix installments management
Release v2.7.6
Fix for allow to send payment method type as string in react native applications
Release v2.7.5
Fix for will not display the additional fields: name of the holder and email in the case of a payment via Apple Pay.
Release v2.7.4
Fix build error in Xcode 16.
Updates dependencies:
- Sentry v8.36.0
- sentry_client_cocoa v4.0.2
Updates logo for CB cards.
Release v2.7.3
Add VUV currency
Release v2.7.2
Set iOS minimum deployment target to 13.4
Updates sdk dependencies:
Sentry - v8.30.0
sentry_client_cocoa - v4.0.1
LyraMaterial - v1.0.6
LyraMotion - v4.0.2
Snapkit - v5.7.1
Release v2.7.0
Allow to specify a payment method type in Lyra.process() using the options dictionary.
Breaking Changes:
Keys for options dictionary in the initilization method
-Rename Lyra.apiServerName to LyraInitOptions.apiServerName
-Rename Lyra.themeFileName to LyraInitOptions.themeFileName
-Rename Lyra.cardScanningEnabled to LyraInitOptions.cardScanningEnabled
-Rename Lyra.applePayMerchantId to LyraInitOptions.applePayMerchantId
-Rename Lyra.applePayMerchantName to LyraInitOptions.applePayMerchantName
Keys for options dictionary in the process method
-Rename Lyra.customPayButtonLabel to LyraPaymentOptions.customPayButtonLabel
-Rename Lyra.customHeaderLabel to LyraPaymentOptions.customHeaderLabel
-Rename Lyra.customPopupLabel to LyraPaymentOptions.customPopupLabel
Release v2.6.8
Fix for allow showing the merchant name in the ApplePay view
Release v2.6.7
Change Cosmic Mind Material dependency to Lyra Material dependency to fix build error in Xcode 15.
Adds "agreementUuid" selection using the apple merchant id sent during SDK initialization
Release v2.6.5
Updates dependencies versions :
- sentry-cocoa: Updated to version 8.13.0
- sentry_client_cocoa: Updated to version 4.0.0