@monei-js/components
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -11,7 +11,10 @@ export interface PayPalProps { | ||
onProps?: (cb: (props: PayPalProps) => void) => void; | ||
onSuccess: (data: any) => void; | ||
onSuccess: (data: { | ||
token?: string; | ||
error?: string; | ||
}) => void; | ||
onLoad?: () => void; | ||
onLoadPayPal?: (url: string, dataset?: Record<string, string>) => void; | ||
style?: { | ||
size?: string; | ||
height?: number; | ||
color?: string; | ||
@@ -18,0 +21,0 @@ layout?: string; |
{ | ||
"name": "@monei-js/components", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"author": "MONEI <support@monei.net> (https://monei.net)", | ||
@@ -5,0 +5,0 @@ "description": "MONEI UI Components enable you to collect sensitive payment information using customizable UI components.", |
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
3774816
23091