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
/
PayPalFastlane
/
services
/
request-fastlane-token.js
3 lines
(2 loc)
•
250 B
JavaScript
View Raw
1
2
3
import
{httpPost
as
t}
from
"../../../core/Services/http.js"
;
function
e
(
e,a
){
return
t
({
loadingContext
:e,
path
:
`utility/v1/payPalFastlane/tokens?clientKey=
${a}
`
,
errorLevel
:
"fatal"
})}
export
{e
as
default
};
//# sourceMappingURL=request-fastlane-token.js.map