Releases: tyro/tyro-pay-api-react-native
Releases · tyro/tyro-pay-api-react-native
Tyro Pay API React Native 1.0.2
What's Changed
Update iOS sdk version
Full Changelog: https://github.com/tyro/tyro-pay-api-react-native/compare/v1.0.1..v1.0.2
Tyro Pay API React Native 1.0.1
Tyro Pay API React Native 1.0.0
What's Changed
- update to allow supported cards for Apple Pay to be an optional field for TyroProvider Options. Will set these to the default supported cards for Apple Pay when not provided.
- merchantIdentifier and merchantName must be provided in provider options if enabling Apple/Google Pay respectively. TyroProvider will fail to initialise if not provided.
- Updated the list of errorTypes and errorCodes. Previous ErrorTypes have been moved to ErrorCodes and added
CLIENT_INITIALISATION_ERROR
,PAY_REQUEST_ERROR
,SERVER_ERROR
andCARD_ERROR
as new ErrorTypes. - Changed the example app errorState.
What's Added
- added store page to example app.
- added errorCodes to better guide why the PaySheet might have failed to initialise.
- added SECURITY.md and LICENSE.md files to repository.
Full Changelog: v0.0.1-alpha.4...v1.0.0
Tyro Pay API React Native Alpha.4
What's Changed
- changed iOS RN component to be backwards compatible with iOS 14 and 15.
- when an error occurs submitting the pay request, sdk will now attempt to poll for the pay requests status.
- added new tyroError.errorType FAILED_TO_SUBMIT.
Full Changelog: v0.0.1-alpha.3...v0.0.1-alpha.4
Tyro Pay API React Native Alpha.3
What's Changed
- fix pipeline and allow manual trigger of release
- add example folder to .npmignore
- small fix on styles and submitPayForm method
- ios proj changes
Full Changelog: v0.0.1-alpha.2...v0.0.1-alpha.3
Tyro Pay API React Native Alpha.2
What's Changed
- style and bug fixes
- add card preview animations for supported card types
- add support for custom font file
- add support for users' own pay button implementation
Full Changelog: v0.0.1-alpha.1...v0.0.1-alpha2
Tyro Pay API React Native Alpha.1
0.0.1-alpha.1 28-02-2024
Features
- Credit Card Pay API Functionality
- Google Pay Wallet Pay API Functionality