v0.1.1
Documentation
<CheckoutButton type="authenticated">examples — README and JSDoc updated to showbuyerIdentityandbuyerEmailas independent inputs.buyerIdentityis for order attribution and trial tracking only and is not rendered on the checkout page; passbuyerEmailexplicitly to pre-fill the email input. Examples now usebuyerIdentity={user.id}to demonstrate that identity can be any merchant-controlled identifier.<WaffoPancakeProvider>JSDoc —buyer.identityexample switched touser.idwith a note clarifying the value must match thebuyerIdentityused at checkout time, since buyer-portal lookups are keyed bymerchant_provided_buyer_identity.
Chore
- Renamed
commitlint.config.js→.cjsfor ESM compatibility (package.json hastype: module) - Excluded
commitlint.config.cjsfrom ESLint scan (mirrors sdk-ts v0.3.4 fix)
Reflects the upstream behavior change in @waffo/pancake-ts@0.4.0.