Socket
Socket
Sign inDemoInstall

@assemblypayments/spi-client-js-beta

Package Overview
Dependencies
Maintainers
12
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemblypayments/spi-client-js-beta - npm Package Compare versions

Comparing version 2.4.6 to 2.4.7

2

package.json
{
"name": "@assemblypayments/spi-client-js-beta",
"version": "2.4.6",
"version": "2.4.7",
"description": "JavaScript Client Library for Assembly Payments' In-Store Integration.",

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

@@ -25,3 +25,2 @@ import {Message, Events, SuccessState} from './Messages';

this.Config.addReceiptConfig(data);
this.Options.AddOptions(data);
return new Message(RequestIdHelper.Id("cshout"), Events.CashoutOnlyRequest, data, true);

@@ -28,0 +27,0 @@ }

@@ -378,3 +378,3 @@ import {Events, SuccessState, Message} from './Messages';

this.Config.addReceiptConfig(data);
this.Options.AddOptions(data);
// this.Options.AddOptions(data);
return new Message(RequestIdHelper.Id("refund"), Events.RefundRequest, data, true);

@@ -554,3 +554,2 @@ }

this.Config.addReceiptConfig(data);
this.Options.AddOptions(data);
return new Message(RequestIdHelper.Id("moto"), Events.MotoPurchaseRequest, data, true);

@@ -557,0 +556,0 @@ }

Sorry, the diff of this file is too big to display

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