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

@smartpay/sdk-node

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartpay/sdk-node - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

build/esm/index.js

@@ -401,3 +401,3 @@ // src/smartpay.ts

// src/smartpay.ts
var API_PREFIX = "https://api.smartpay.co";
var API_PREFIX = "https://api.smartpay.co/v1";
var CHECKOUT_URL = "https://checkout.smartpay.co";

@@ -470,3 +470,3 @@ var POST = "POST";

const normalizedPayload = Smartpay.normalizeCheckoutSessionPayload(payload);
const req = this.request("/checkout/sessions", POST, normalizedPayload);
const req = this.request("/checkout-sessions", POST, normalizedPayload);
return req.then((session) => {

@@ -473,0 +473,0 @@ if (session) {

@@ -7,3 +7,3 @@ {

},
"version": "0.1.3",
"version": "0.1.4",
"description": "Smartpay SDK NodeJS",

@@ -10,0 +10,0 @@ "main": "./build/cjs/index.cjs",

Sorry, the diff of this file is not supported yet

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