You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to retrieve the payement details for a request and I'm not getting a response back. Well, the respsonse is coming back from the API but the static::parse_string() method being called from the Adaptive class appears to be validating the response as if it is the same structure as a payment execution.
Within PaymentDetails, "paymentExecStatus" does not exist in the response from PayPal. Instead, the repsonse contains "paymentInfoList.paymentInfo(0)" which contain fields such as "transactionId", "transactionStatus" and "pendingReason".
The text was updated successfully, but these errors were encountered:
I'm trying to retrieve the payement details for a request and I'm not getting a response back. Well, the respsonse is coming back from the API but the static::parse_string() method being called from the Adaptive class appears to be validating the response as if it is the same structure as a payment execution.
Within PaymentDetails, "paymentExecStatus" does not exist in the response from PayPal. Instead, the repsonse contains "paymentInfoList.paymentInfo(0)" which contain fields such as "transactionId", "transactionStatus" and "pendingReason".
The text was updated successfully, but these errors were encountered: