1.0.3 • Published 2 years ago

lava-pay v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Library for working with the lava API

Install

npm i lava-api

Example

import { LavaPay } from "lava-api";
import { v4 as uuid } from "uuid";

async function main() {
    const lava = new LavaApi("secreyKey", "shopId");

    const invoice = lava.createInvoice({
        amount: "100",
        order_id: uuid(),
    })

    console.log(invoice)
}

main();
1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago