I am trying to create a new app in vue.js. Basically just wanting the same output from cybersource microform node. https://github.com/CyberSource/cybersource-flex-samples-node /omegleshagle
In my vue project main.js
import cybersourceRestApi from '../node_modules/cybersource-rest-client';
var instance = new cybersourceRestApi.KeyGenerationApi(configObj);
I am encountering an error with its dependencies. There's a lot missing but here's first 3 examples
12-07-2022 03:18 AM