Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@setu/upi-deep-links

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@setu/upi-deep-links - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "@setu/upi-deep-links",
"version": "1.2.2",
"version": "1.2.3",
"description": "NPM package to connect to Setu's UPI Deep Link APIs",

@@ -5,0 +5,0 @@ "main": "src/setu.js",

@@ -16,5 +16,6 @@ const productionUrl = 'https://prod.setu.co/api';

'mock-payment': url + '/triggers/funds/addCredit',
'retreive-reports': url + '/reports'
'retreive-reports': url + '/reports',
'bill-expiry': url + '/utilities/bills',
};
}
};

@@ -55,2 +55,11 @@ // Required helpers

setBillExpiry(platformBillID = null) {
if (this.checkIfValuesExist() && !!platformBillID) {
return requestHelper.post(
this.endpoints['bill-expiry'] + `/${platformBillID}/expire`,
this.secrets
);
}
};
checkPaymentStatus(platformBillID = null) {

@@ -57,0 +66,0 @@ if (this.checkIfValuesExist() && !!platformBillID) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc