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
/
core
/
RiskModule
/
components
/
DeviceFingerprint
/
utils.js
3 lines
(2 loc)
•
205 B
JavaScript
View Raw
1
2
3
import
{
DEVICE_FINGERPRINT
as
e,
ERROR_MESSAGES
as
o,
ERRORS
as
s}
from
"../../constants.js"
;
const
t
=t=>({
errorCode
:t,
message
:o[t]||o[s.
UNKNOWN
],
type
:e});
export
{t
as
default
};
//# sourceMappingURL=utils.js.map