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

@figuredev/payments-sdk

Package Overview
Dependencies
Maintainers
8
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.12 to 0.26.13

4

lib/types.d.ts

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

amountAuthorized?: number;
tipAuthorized?: number;
gatewayRefId?: string;

@@ -156,3 +157,4 @@ authCode?: string;

Chip = "chip",
Contactless = "contactless"
Contactless = "contactless",
ApplePay = "apple-pay"
}

@@ -159,0 +161,0 @@ export declare enum PaymentCardIssuerDTO {

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

PaymentEntryMethodDTO["Contactless"] = "contactless";
PaymentEntryMethodDTO["ApplePay"] = "apple-pay";
})(PaymentEntryMethodDTO = exports.PaymentEntryMethodDTO || (exports.PaymentEntryMethodDTO = {}));

@@ -94,0 +95,0 @@ var PaymentCardIssuerDTO;

{
"name": "@figuredev/payments-sdk",
"version": "0.26.12",
"version": "0.26.13",
"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