Skip to content

Release v2.7.0

Choose a tag to compare

@lyraMobile lyraMobile released this 04 Mar 09:02
· 45 commits to master since this release

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