Socket
Socket
Sign inDemoInstall

qiwi-shop

Package Overview
Dependencies
56
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "qiwi-shop",
"version": "1.0.0",
"version": "1.0.1",
"description": "Qiwi shop rest api module (qiwi.com)",

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

# Install
`npm install qiwi-shop`
`npm install qiwi-shop`
# About
Qiwi shop rest api module (qiwi.com)
Qiwi shop rest api module (qiwi.com)

@@ -44,3 +44,3 @@ # Example

// redirect to payment (optional)
res.redirect(`${qiwi.getPaymentUrl()}?shop=${qiwi.projectId}&transaction=${result.response.bill.bill_id}&other_options=...`);
res.redirect(qiwi.getPaymentUrl({ shop: qiwi.projectId, transaction: result.response.bill.bill_id }));
});

@@ -47,0 +47,0 @@ });

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc