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
However, the function CyberSource\ApiClient::getClientId assumes that packages is at the top level, which is no longer the case in the format listed above.
It fails at this line approx 155 where it tries to retrieve the property name:
if (strcmp($package['name'], "cybersource/rest-client-php") == 0)
The text was updated successfully, but these errors were encountered:
This package assumes
vendor/composer/installed.json
is in a Composer v1 format.Here is a sample snippet of the Composer 2 version of this file:
However, the function
CyberSource\ApiClient::getClientId
assumes thatpackages
is at the top level, which is no longer the case in the format listed above.It fails at this line approx 155 where it tries to retrieve the property
name
:The text was updated successfully, but these errors were encountered: