UNPKG

react-vipps-payments

Version:

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

9 lines (7 loc) 157 B
function initiatePayment ({ client, order }) { return client.axios({ uri: '/ecomm/v2/payments', body: order }) } export default initiatePayment