Skip to content

Releases: tyro/tyro-pay-api-react-native

Tyro Pay API React Native 1.0.2

21 Nov 01:21
b50745b
Compare
Choose a tag to compare

Tyro Pay API React Native 1.0.1

05 Jul 02:55
cb32966
Compare
Choose a tag to compare

What's Changed

  • update iOS sdk version

Full Changelog: v1.0.0...v1.0.1

Tyro Pay API React Native 1.0.0

26 Jun 04:27
70e3d56
Compare
Choose a tag to compare

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 and CARD_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

06 Jun 00:54
86ff92f
Compare
Choose a tag to compare
Pre-release

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

17 May 06:48
d9c4ea0
Compare
Choose a tag to compare
Pre-release

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

13 May 04:22
f9ad0fd
Compare
Choose a tag to compare
Pre-release

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

28 Feb 00:39
Compare
Choose a tag to compare
Pre-release

0.0.1-alpha.1 28-02-2024

Features

  • Credit Card Pay API Functionality
  • Google Pay Wallet Pay API Functionality