UNPKG

react-vipps-payments

Version:

Vipps payments es6 JavaScript and React NODE SDK for capture, refind,init payment

9 lines (7 loc) 177 B
function captureOrder ({ client, orderId, body }) { return client.axios({ uri: `/ecomm/v2/payments/${orderId}/capture`, body: body }) } export default captureOrder