- Fixed a bug where restarting an application while offline could cause readers to stop working, and make them unable to take payments until online again.
- Fixed a bug with clearing new lambda-based callbacks after use.
- Fixed a bug in which
customerId
andteamMemberId
, although correctly associated with the payment and accessible via dashboard or the Payments API, were incorrectly not associated in the returnedPayment
object.
- Quickstart Guide – Revised the initialization example code and clarified that developers should implement a helper method to access their application ID value.