Releases: AxonJsLabs/Payments
Releases Β· AxonJsLabs/Payments
v0.2.0
v0.1.4
v0.1.3
π¦ Release v0.1.3 β 2025-07-29
π Bug Fixes
- π Fixed npm package file list problem
π¦ Install / Update
npm install @axonlabs/payment@0.1.3Full Changelog: https://github.com/AxonJsLabs/Payments/commits/0.1.3
v0.1.2
π¦ Release v0.1.2 β 2025-07-29
π New Features
- β¨ Create invoice method in PlisioClient.
π Documentation
- π§Ύ Added full JSDoc for
AxonPaymentsclass - π§Ύ Added full JSDoc for
PlisioClientclass
π Migration Notes
import { PlisioClient } from "@axonlabs/payment/plisio";
const client = new PlisioClient("sk", "default");Or
import { Payments, AxonPayments } from "@axonlabs/payment";
const client1 = Payments().getPlisio("sk", "default");
const client2 = new AxonPayments().getPlisio("sk", "default")π¦ Install / Update
npm install @axonlabs/payment@0.1.2Full Changelog: https://github.com/AxonJsLabs/Payments/commits/0.1.2