@figuredev/payments-sdk
Advanced tools
Comparing version 0.26.13 to 0.26.14
@@ -47,3 +47,4 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
export declare type PaymentRequestDTO = { | ||
gateway: PaymentGatewayDTO; | ||
id: string; | ||
gateway?: Maybe<PaymentGatewayDTO>; | ||
command: PaymentCommandDTO; | ||
@@ -80,2 +81,3 @@ input?: Maybe<PaymentInputDTO>; | ||
export declare type PaymentRequestSaveDTO = { | ||
id: string; | ||
gateway: PaymentGatewayDTO; | ||
@@ -82,0 +84,0 @@ command: PaymentCommandDTO; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.26.13", | ||
"version": "0.26.14", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32167
542