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

paynl-sdk

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paynl-sdk - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

lib/samples/instore/start_pin.js

@@ -15,7 +15,4 @@ "use strict";

}).subscribe(
//when the transaction is started, get the status
function (transaction) {
return getStatus(transaction.terminalStatusUrl);
}
);
//when the transaction is started, get the status
function (transaction) { return getStatus(transaction.terminalStatusUrl); });
function getStatus(statusUrl) {

@@ -22,0 +19,0 @@ Paynl.Instore.getTransactionStatus(statusUrl).subscribe(function (status) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Paynl = require("../../index");
Paynl.Config.setApiToken('babaa5749268116614797f8620309cecee2022a5');
Paynl.Config.setServiceId('SL-4241-3001');
Paynl.Config.setApiToken('Your-api-token');
Paynl.Config.setServiceId('SL-0123-4567');
Paynl.Transaction.start({

@@ -7,0 +7,0 @@ amount: 20,

{
"name": "paynl-sdk",
"version": "1.1.0",
"version": "1.1.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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