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

@figuredev/payments-sdk

Package Overview
Dependencies
Maintainers
6
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.25.2 to 0.25.3

6

lib/types.d.ts

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

Declined = "Declined",
GatewayError = "GatewayError",
ServerError = "ServerError"
Error = "Error"
}

@@ -107,3 +106,4 @@ export declare type PaymentRequestDTO = {

Declined = "Declined",
Error = "Error"
GatewayError = "GatewayError",
ServerError = "ServerError"
}

@@ -110,0 +110,0 @@ export declare enum PaymentResponseGatewayDTO {

@@ -34,4 +34,3 @@ "use strict";

PaymentStatusDTO["Declined"] = "Declined";
PaymentStatusDTO["GatewayError"] = "GatewayError";
PaymentStatusDTO["ServerError"] = "ServerError";
PaymentStatusDTO["Error"] = "Error";
})(PaymentStatusDTO = exports.PaymentStatusDTO || (exports.PaymentStatusDTO = {}));

@@ -61,3 +60,4 @@ var PaymentDeclineCode;

PaymentResponseStatusDTO["Declined"] = "Declined";
PaymentResponseStatusDTO["Error"] = "Error";
PaymentResponseStatusDTO["GatewayError"] = "GatewayError";
PaymentResponseStatusDTO["ServerError"] = "ServerError";
})(PaymentResponseStatusDTO = exports.PaymentResponseStatusDTO || (exports.PaymentResponseStatusDTO = {}));

@@ -64,0 +64,0 @@ var PaymentResponseGatewayDTO;

{
"name": "@figuredev/payments-sdk",
"version": "0.25.2",
"version": "0.25.3",
"license": "ISC",

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

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