1.2.3 • Published 11 months ago

click-billing v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Click to'lov tizimi bilan integratsiya

const Click = require("click-billing"); const secret_key = .env.SECRET_KEY const click_obj = new Click({secret_key});

router.post("/prapare", (req, res)=>{ const order = { _id: null, amount : null, status: null }; let result = click_obj.create_obj_val(req.body, order) res.json(result) })

router.post("/complate", (req, res)=>{ const order = { _id: null, amount : null, status: null }; let result = click_obj.create_obj_val(req.body, order) res.json(result) })

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago