Trying to make a request to Paypal\'s API using PayPal-node-SDK
exports.requestPayment = functions.https.onRequest((req, res) => { return new Promise(
in my situation I had to wait and let what ever lag was happening pass. Now it's fine again.