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
/
internal
/
SecuredFields
/
lib
/
CSF
/
partials
/
handleBinValue.js
3 lines
(2 loc)
•
230 B
JavaScript
View Raw
1
2
3
function
e
(
{csfState:e,csfCallbacks:n},t
){
const
{
binValue
:i,
encryptedBin
:u,
uuid
:c}=t,a={
binValue
:i,
type
:e.
type
};u&&(a.
encryptedBin
=u,a.
uuid
=c),n.
onBinValue
(a)}
export
{e
as
handleBinValue};
//# sourceMappingURL=handleBinValue.js.map