@figuredev/payments-sdk
Advanced tools
Comparing version 0.25.2 to 0.25.3
@@ -38,4 +38,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
Declined = "Declined", | ||
GatewayError = "GatewayError", | ||
ServerError = "ServerError" | ||
Error = "Error" | ||
} | ||
@@ -107,3 +106,4 @@ export declare type PaymentRequestDTO = { | ||
Declined = "Declined", | ||
Error = "Error" | ||
GatewayError = "GatewayError", | ||
ServerError = "ServerError" | ||
} | ||
@@ -110,0 +110,0 @@ export declare enum PaymentResponseGatewayDTO { |
@@ -34,4 +34,3 @@ "use strict"; | ||
PaymentStatusDTO["Declined"] = "Declined"; | ||
PaymentStatusDTO["GatewayError"] = "GatewayError"; | ||
PaymentStatusDTO["ServerError"] = "ServerError"; | ||
PaymentStatusDTO["Error"] = "Error"; | ||
})(PaymentStatusDTO = exports.PaymentStatusDTO || (exports.PaymentStatusDTO = {})); | ||
@@ -61,3 +60,4 @@ var PaymentDeclineCode; | ||
PaymentResponseStatusDTO["Declined"] = "Declined"; | ||
PaymentResponseStatusDTO["Error"] = "Error"; | ||
PaymentResponseStatusDTO["GatewayError"] = "GatewayError"; | ||
PaymentResponseStatusDTO["ServerError"] = "ServerError"; | ||
})(PaymentResponseStatusDTO = exports.PaymentResponseStatusDTO || (exports.PaymentResponseStatusDTO = {})); | ||
@@ -64,0 +64,0 @@ var PaymentResponseGatewayDTO; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.25.2", | ||
"version": "0.25.3", | ||
"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
27877