You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding idempotency to payInvoice method and a hint to birthday input (#479)
* striga design review feedback (#20071)
## Reason
Design review feedback from Pat
GitOrigin-RevId: 612af3dbfbaf3dacae1c526b5073e1c48bcfa952
* feat: adding idempotency to typescript client payInvoice (#20102)
## Reason
Added support for idempotency keys in the `payInvoice` method. This was already available via the API but not exposed in the client lib.
## Overview
This change adds an optional `idempotencyKey` parameter to the `payInvoice` method in the Lightspark SDK. When provided, this key is passed to the GraphQL API, allowing the server to identify and prevent duplicate payment attempts.
GitOrigin-RevId: 78045ab188bddb612c6b19431419ac35f133c660
* Update from public js-sdk main branch (#20094)
Update public `js` sources with the latest code from the [public
repository](https://github.com/lightsparkdev/js-sdk) main branch.
This typically happens when new versions of the SDK are released and
version updates need to be synced. The PR should be merged as soon as
possible to avoid updates to webdev overwriting the changes in the
js-sdk develop branch.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <engineering@lightspark.com>
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
GitOrigin-RevId: de0143b6431a7a7232e6c88135f5f3a2398b8b89
* chore: adding changesets
---------
Co-authored-by: Matt Davis <matthappens@gmail.com>
Co-authored-by: Peng Ying <peng@lightspark.com>
Co-authored-by: lightspark-ci-js-sdk[bot] <134011073+lightspark-ci-js-sdk[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lightspark Eng <engineering@lightspark.com>
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
0 commit comments