Version 1.0.26

Why a new version ?

Version 1.0.26 corrects a behavior of the SDK that kept a session open even when the client gave up on a transaction. Consequently, when starting a new transaction, the SDK identified that there was already a session (transaction) in progress, causing an error for those consuming this SDK. A new method has been made available which, when called, eliminates the current session. This way, when starting a new transaction, there will be no session previously in use.

What are the main changes ?

1 - A method has been made available in the sdk, depending on how the app's screens are built, which should be called when pressing the back button to exit the transaction screen.

A demonstration of how to use this method can be found at the following link in section 5 (Initiate a payment>“Manual stop of the payment process”):

Last updated