v0.12.0
Changed
- The buyer persona is renamed to customer across the public API:
client.customer(token)is the canonical customer self-service entry.
Deprecated
client.buyer(token)— useclient.customer(token)instead.
Wire fields (buyerIdentity, buyerEmail, merchantProvidedBuyerIdentity) are unchanged.