Skip to content

v0.1.1

Choose a tag to compare

@Hill-waffo Hill-waffo released this 15 Apr 13:21

Documentation

  • <CheckoutButton type="authenticated"> examples — README and JSDoc updated to show buyerIdentity and buyerEmail as independent inputs. buyerIdentity is for order attribution and trial tracking only and is not rendered on the checkout page; pass buyerEmail explicitly to pre-fill the email input. Examples now use buyerIdentity={user.id} to demonstrate that identity can be any merchant-controlled identifier.
  • <WaffoPancakeProvider> JSDocbuyer.identity example switched to user.id with a note clarifying the value must match the buyerIdentity used at checkout time, since buyer-portal lookups are keyed by merchant_provided_buyer_identity.

Chore

  • Renamed commitlint.config.js.cjs for ESM compatibility (package.json has type: module)
  • Excluded commitlint.config.cjs from ESLint scan (mirrors sdk-ts v0.3.4 fix)

Reflects the upstream behavior change in @waffo/pancake-ts@0.4.0.