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
The last one does not have slash separator between endpoint and version, so it generates invalid URL.
It should only affects PaymentLinks and Recurring because other resources do not use checkoutEndpoint.
Possible to push a hotfix for this issue?
Thanks
The text was updated successfully, but these errors were encountered:
It seems there's a bug in
AbstractResource
class.checkoutEndpoint
is initialized twice:adyen-php-api-library/src/Adyen/Service/AbstractResource.php
Lines 58 to 59 in 75bb15b
adyen-php-api-library/src/Adyen/Service/AbstractResource.php
Lines 62 to 63 in 75bb15b
The last one does not have slash separator between endpoint and version, so it generates invalid URL.
It should only affects
PaymentLinks
andRecurring
because other resources do not usecheckoutEndpoint
.Possible to push a hotfix for this issue?
Thanks
The text was updated successfully, but these errors were encountered: