Skip to main content0.1.2** - 2025-10-03**
Fixed
- Posting the payment now sends the updated
checkoutSessionId
returned from initialization params (#1308)
- Reverted
amountType
back to "fiat"
to align with new callback object param naming and to fix “complete” screen UI (#1308)
0.1.1** - 2025-10-02**
Added
CheckoutSessionPaymentDetails
also returns agreement
with type LoopConnectCheckoutAgreement
(#1307)
Changed
suggestedAuthorizationTokenAmount
, minimumAuthorizationTokenAmount
, and minimumBalanceTokenAmount
properties in all interface and type definitions always return a string
, rather than string | undefined
(#1307)
CheckoutSessionStateChangeEventConfirmingBalance
interface renamed amount
to minimumBalanceTokenAmount
(#1307)
CheckoutSessionStateChangeEventConfirmingAuthorization
interface renamed minimumAuthorization
to minimumAuthorizationTokenAmount
(#1307)
CheckoutSessionStateChangeEventUpdatingAuthorization
interface renamed suggestedAuthorization
to suggestedAuthorizationTokenAmount
(#1307)
Fixed
amountType
now defaults to "token"
for all interface and type definitions (#1307)
CheckoutSessionReadyFailedEvent
now correctly returns property type: "checkoutSessionReadyFailed"
(#1307)
0.1.0** - 2025-10-01**
Added
- React component
LoopConnectCheckoutSession
(#1306)
- Web component
loop-connect-checkout-session
(#1306)