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 encountering an issue when trying to proceed with a payment using the Adyen SDK (16.1.0).
It seems that the Adyen\Model\Checkout\PaymentRequest object provided by the SDK is setting default values, such as for authenticationOnly, and I'm receiving the following error:
I attempted to force a value of null (instead of false) for authenticationOnly, resulting in the following error:
Fatal error: Uncaught InvalidArgumentException: non-nullable authenticationOnly cannot be null in /.../vendor/adyen/php-api-library/src/Adyen/Model/Checkout/AuthenticationData.php:373
Stack trace:
#0 /.../AdyenPaymentManager.php: Adyen\Model\Checkout\AuthenticationData->setAuthenticationOnly(NULL)
...
#12 {main} thrown in /var/www/instant-gaming/current/tools/vendor/adyen/php-api-library/src/Adyen/Model/Checkout/AuthenticationData.php on line 373
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm encountering an issue when trying to proceed with a payment using the Adyen SDK (16.1.0).
It seems that the
Adyen\Model\Checkout\PaymentRequest
object provided by the SDK is setting default values, such as forauthenticationOnly
, and I'm receiving the following error:PaymentRequest
I attempted to force a value of
null
(instead offalse
) for authenticationOnly, resulting in the following error:Thanks
The text was updated successfully, but these errors were encountered: