@setu/upi-deep-links
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@setu/upi-deep-links", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "NPM package to connect to Setu's UPI Deep Link APIs", | ||
@@ -11,3 +11,3 @@ "main": "src/setu.js", | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/SetuHQ/npm-upi-deep-links.git" | ||
"url": "git+ssh://git@github.com/SetuHQ/node-upi-deep-links.git" | ||
}, | ||
@@ -21,5 +21,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/SetuHQ/npm-upi-deep-links/issues" | ||
"url": "https://github.com/SetuHQ/node-upi-deep-links/issues" | ||
}, | ||
"homepage": "https://github.com/SetuHQ/npm-upi-deep-links#readme", | ||
"homepage": "https://github.com/SetuHQ/node-upi-deep-links#readme", | ||
"dependencies": { | ||
@@ -26,0 +26,0 @@ "axios": "^0.21.1", |
# Setu | ||
This package helps you work with [Setu's](https://setu.co) deeplink APIs. | ||
This package helps you use [Setu’s](https://setu.co/payments/upi-deeplinks) [DeepLink](https://docs.setu.co/collect/biller/upi-deep-links) APIs. | ||
[![version](https://img.shields.io/npm/v/@setu/upi-deep-links)](https://www.npmjs.org/package/@setu/upi-deep-links) | ||
The following functions are supported | ||
The following functions are supported— | ||
@@ -16,3 +16,8 @@ 1. Generate UPI payment link | ||
npm install @setu/upi-deep-links | ||
(OR) | ||
yarn add @setu/upi-deep-links | ||
``` | ||
--- | ||
@@ -31,2 +36,3 @@ ## Configuration | ||
``` | ||
--- | ||
@@ -51,2 +57,3 @@ ## Usage | ||
``` | ||
--- | ||
@@ -58,5 +65,6 @@ ### Check status of UPI payment link | ||
``` | ||
--- | ||
## License | ||
MIT | ||
MIT. Have at it. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9474
67