v0.1.1
Patch release.
Fixes
- PayLink checkout returned an empty URL. GetPayIn (PayLink) wraps successful responses in a
{ "data": { ... }, "success": true }envelope;PaylinkClientnow unwraps it, socreateCheckoutSession(and all PayLink operations) read the realcheckout_url/invoice_id.
Includes docs, README badges, and CI workflow refinements since v0.1.0.