Paypal API integration error: using "details.seller_receivable_breakdown.gross_amount" says it is undefined
I've integrated a Paypal button into an app. When I try to get the gross amount of the order that was just placed, it says it is undefined in the browser. Here's the code i'm using: onApprove: function(data, actions) {…