@figuredev/payments-sdk
Advanced tools
Comparing version 0.26.16 to 0.26.17
@@ -19,3 +19,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
cancel(ctx: UserContext, id: string, referenceId: string): Promise<PaymentInitializedResponseDTO>; | ||
save(ctx: UserContext, id: string, data: PaymentRequestSaveDTO): Promise<void>; | ||
save(ctx: UserContext, id: string, data: Omit<PaymentRequestSaveDTO, "id">): Promise<void>; | ||
getPaymentInfo(ctx: UserContext, id: string): Promise<PaymentGetResponseDTO>; | ||
@@ -22,0 +22,0 @@ getPaymentAudit(ctx: UserContext, id: string): Promise<unknown[]>; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.26.16", | ||
"version": "0.26.17", | ||
"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
32350