@figuredev/payments-sdk
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -66,3 +66,6 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
ConnectionToGatewayTimedout = "ConnectionToGatewayTimedout", | ||
Cancelled = "Cancelled" | ||
Cancelled = "Cancelled", | ||
Timeout = "Timeout", | ||
PaymentGatewayOffline = "PaymentGatewayOffline", | ||
MissingConfiguration = "MissingConfiguration" | ||
} | ||
@@ -69,0 +72,0 @@ export declare type PaymentRequestSaveDTO = { |
@@ -54,2 +54,5 @@ "use strict"; | ||
PaymentDeclineCode["Cancelled"] = "Cancelled"; | ||
PaymentDeclineCode["Timeout"] = "Timeout"; | ||
PaymentDeclineCode["PaymentGatewayOffline"] = "PaymentGatewayOffline"; | ||
PaymentDeclineCode["MissingConfiguration"] = "MissingConfiguration"; | ||
})(PaymentDeclineCode = exports.PaymentDeclineCode || (exports.PaymentDeclineCode = {})); | ||
@@ -56,0 +59,0 @@ var PaymentResponseStatusDTO; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
29218
510
0