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

@figuredev/payments-sdk

Package Overview
Dependencies
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/payments-sdk - npm Package Compare versions

Comparing version 0.26.14 to 0.26.15

3

lib/types.d.ts

@@ -20,3 +20,4 @@ import { Maybe } from "fgr-lib-backend/lib/types";

Dejavoo = "dejavoo",
TSYS = "tsys"
TSYS = "tsys",
SeamlessPay = "seamlesspay"
}

@@ -23,0 +24,0 @@ export declare enum PaymentRequestEntryModeDTO {

@@ -11,2 +11,3 @@ "use strict";

PaymentGatewayDTO["TSYS"] = "tsys";
PaymentGatewayDTO["SeamlessPay"] = "seamlesspay";
})(PaymentGatewayDTO = exports.PaymentGatewayDTO || (exports.PaymentGatewayDTO = {}));

@@ -13,0 +14,0 @@ var PaymentRequestEntryModeDTO;

{
"name": "@figuredev/payments-sdk",
"version": "0.26.14",
"version": "0.26.15",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

@@ -7,2 +7,3 @@ ## Order Service SDK

2. Increment version in package.json
3. Call `npm publish --access public`
3. Call `yarn build` from sdk directory
4. Call `npm publish --access public`

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