@revolut/checkout
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
@@ -47,3 +47,3 @@ import { MODE } from './constants'; | ||
/** Controls the language of the text in the widget method */ | ||
locale: Locale; | ||
locale?: Locale; | ||
/** Callback will be called when the payment is completed successfully */ | ||
@@ -154,3 +154,3 @@ onSuccess?: () => void; | ||
createCardField: (options?: CardFieldOptions) => RevolutCheckoutCardField; | ||
/** @private */ | ||
/** Accept payments via Revolut pay */ | ||
revolutPay?: (options: RevolutPayOptions) => RevolutCheckoutInstance; | ||
@@ -157,0 +157,0 @@ /** Accept payments via the W3C payment request API */ |
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
23045