@figuredev/payments-sdk
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -17,3 +17,3 @@ import { UserContext } from "./utils"; | ||
tokenize(ctx: UserContext, id: string, gateway: PaymentGatewayDTO, data: PaymentInputDTO): Promise<PaymentInitializedResponseDTO>; | ||
cancel(ctx: UserContext, id: string, referenceId: string): Promise<void>; | ||
cancel(ctx: UserContext, id: string, referenceId: string): Promise<PaymentInitializedResponseDTO>; | ||
save(ctx: UserContext, id: string, data: PaymentRequestSaveDTO): Promise<void>; | ||
@@ -20,0 +20,0 @@ getPaymentInfo(ctx: UserContext, id: string): Promise<PaymentGetResponseDTO>; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
27501