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.15 to 0.26.16

4

lib/index.d.ts

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

constructor(config: PaymentsClientConfig);
sale(ctx: UserContext, id: string, data: PaymentRequestDTO): Promise<PaymentInitializedResponseDTO>;
auth(ctx: UserContext, id: string, data: PaymentRequestDTO): Promise<PaymentInitializedResponseDTO>;
sale(ctx: UserContext, id: string, data: Omit<PaymentRequestDTO, "id">): Promise<PaymentInitializedResponseDTO>;
auth(ctx: UserContext, id: string, data: Omit<PaymentRequestDTO, "id">): Promise<PaymentInitializedResponseDTO>;
adjust(ctx: UserContext, id: string, referenceId: string, amount: number): Promise<PaymentInitializedResponseDTO>;

@@ -15,0 +15,0 @@ refund(ctx: UserContext, id: string, referenceId: string, amount: number | null): Promise<PaymentInitializedResponseDTO>;

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