@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
3 lines (2 loc) • 341 B
JavaScript
import{httpPost as t}from"../http.js";import{API_VERSION as e}from"./constants.js";function n(n,o){const a=`${e}/sessions/${o.id}/paymentMethodBalance?clientKey=${o.clientKey}`,s={sessionData:o.data,...n};return t({loadingContext:o.loadingContext,path:a,errorLevel:"fatal"},s)}export{n as default};
//# sourceMappingURL=check-balance.js.map