Property Checkout\Payments\Sessions\PaymentSessionsRequest::$three_ds (Checkout\Payments\Sessions\ThreeDsRequest) does not accept Checkout\Payments\ThreeDsRequest. #258
Labels
bug
Something isn't working
Environment
Description
After upgrading from 3.1.0 to 3.2.0,
PaymentSessionsRequest
is throwing an error as the$three_ds
param is expectingCheckout\Payments\Sessions\ThreeDsRequest
which doesn't exist.Expected behavior
Param
$three_ds
should acceptCheckout\Payments\ThreeDsRequest
as param type.Current behavior
Steps to reproduce
Create a new
$threeDs
object and include it in thePaymentSessionRequest
:Possible solution
Specify the correct path for the params type, or if needed, implement the new classes inside the
\Checkout\Payments\Sessions\Sessions
folder.Additional information
There might be some other cases in the
PaymentSessionRequest
class that might have the same issue, like:$expires_on
$risk
$retry
$sender
The text was updated successfully, but these errors were encountered: