UNPKG

react-vipps-payments

Version:

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

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