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
Error can occur after a capture response when returning the transaction back to the UI and having to json serialize it. Need to properly handle the availableNetworks array. I don't have a debug id but here is the relevant call stack:
paypal-server-sdk/src/Models/CardResponse.php in PaypalServerSdkLib\Models\CardResponse::jsonSerialize at line 298
paypal-server-sdk/src/Models/CardBrand.php in PaypalServerSdkLib\Models\CardBrand::checkValue at line 115
Error can occur after a capture response when returning the transaction back to the UI and having to json serialize it. Need to properly handle the availableNetworks array. I don't have a debug id but here is the relevant call stack:
paypal-server-sdk/src/Models/CardResponse.php in PaypalServerSdkLib\Models\CardResponse::jsonSerialize at line 298
paypal-server-sdk/src/Models/CardBrand.php in PaypalServerSdkLib\Models\CardBrand::checkValue at line 115
Patch fix is here
The text was updated successfully, but these errors were encountered: