android-checkout-sdk icon indicating copy to clipboard operation
android-checkout-sdk copied to clipboard

[🐞] Android Paypal SDK from Web UI not receiving correlationIds

Open psandeepkumar-concentrix opened this issue 2 years ago • 1 comments

🐞 Describe the Bug @tdchow @ChrisGuzman @gabo-alv when i do the complete payment from Web UI (pay in 4) receiving the correlationIds as null from approval.data.correlationIds?.riskCorrelationId?.id in Android Paypal SDK. But in IOS receiving those details. ApprovalData(payerId=U*********Y4, orderId=0********4, paymentId=null, payer=null, cart=null, shippingAddress=null, vaultData=null, billingToken=null, correlationIds=null) <img width="477" alt= Screenshot 2023-03-08 at 3 37 32 PM "Screenshot 2023-03-08 at 3 37 32 PM" src="https://user-images.githubusercontent.com/115608194/223706461-6b78f949-db23-4fc0-906a-b8344fe3b50f.png">

@tdchow Please provide the solution for the above bug.