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
/
Services
/
order-status.js
3 lines
(2 loc)
•
242 B
JavaScript
View Raw
1
2
3
import
{httpPost
as
t}
from
"./http.js"
;
function
e
(
e,o
){
const
r={
path
:
`v1/order/status?clientKey=
${e.clientKey}
`
,
loadingContext
:e.
loadingContext
};
return
t
(r,{
orderData
:o.
orderData
})}
export
{e
as
default
};
//# sourceMappingURL=order-status.js.map