1.2.3 • Published 2 years ago

click-billing v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago