2.1.2 • Published 2 years ago

@celercore/payments v2.1.2

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

CelerCore Payments

Celer Core Payments is a library with payments.

Installation

Use the package manager npm to install celercore/payments.

npm i @celercore/payments

Usage

const { Lvlup } = require('@celercore/payments')

const lvlup = new Lvlup({
    token: "YOUR_TOKEN",
    sandbox: true
})

lvlup.createPayment({
    amount: "5",
    redirectUrl: "https://example.com/redirect",
    webhookUrl: "https://example.com/webhook"
})

Payment operators

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago