@figuredev/payments-sdk
Advanced tools
Comparing version 0.26.12 to 0.26.13
@@ -84,2 +84,3 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
amountAuthorized?: number; | ||
tipAuthorized?: number; | ||
gatewayRefId?: string; | ||
@@ -156,3 +157,4 @@ authCode?: string; | ||
Chip = "chip", | ||
Contactless = "contactless" | ||
Contactless = "contactless", | ||
ApplePay = "apple-pay" | ||
} | ||
@@ -159,0 +161,0 @@ export declare enum PaymentCardIssuerDTO { |
@@ -92,2 +92,3 @@ "use strict"; | ||
PaymentEntryMethodDTO["Contactless"] = "contactless"; | ||
PaymentEntryMethodDTO["ApplePay"] = "apple-pay"; | ||
})(PaymentEntryMethodDTO = exports.PaymentEntryMethodDTO || (exports.PaymentEntryMethodDTO = {})); | ||
@@ -94,0 +95,0 @@ var PaymentCardIssuerDTO; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.26.12", | ||
"version": "0.26.13", | ||
"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
32127
540