UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es
/
components
/
PayPal
/
defaultProps.js
3 lines
(2 loc)
•
240 B
JavaScript
View Raw
1
2
3
const
t={
isExpress
:!
1
,
userAction
:
"pay"
,
commit
:!
0
,
vault
:!
1
,
enableMessages
:!
1
,
style
:{
height
:
50
},
blockPayPalCreditButton
:!
1
,
blockPayPalPayLaterButton
:!
1
,
blockPayPalVenmoButton
:!
1
};
export
{t
as
default
};
//# sourceMappingURL=defaultProps.js.map