@revolut/checkout
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
@@ -140,3 +140,3 @@ import { MODE, LOCALES } from './constants'; | ||
/** Check if user can make payment via a supported payment request method */ | ||
canMakePayment: () => Promise<boolean>; | ||
canMakePayment: () => Promise<'applePay' | 'googlePay' | 'basicCard' | null>; | ||
/** Manually destroy the payment request if needed */ | ||
@@ -143,0 +143,0 @@ destroy: () => void; |
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
34335