Paypal api – How can i "await" async super() constructor?
I'm trying to use PayPal API REST from NodeJS, so i have to make async calls with Axios, but i'm doing this on separarted classes, i have two classes: const axios = require("axios"); /**PayPal main class, this class will setup…