Paypal api – How to get variables that were sent with paypal transaction (NODEJS)
i'm creating app that integrates Angular 8 and NodeJS as orderer for paypal. I'm wondering how to get all items that i send to transaction. For example this is my createOrder object: request.requestBody({ intent: 'CAPTURE', purchase_units: [{ amount: { value:…