sdunger
Results
1
issues of
sdunger
the use of echo Amazon\Pay\API\Client::SDK_VERSION; throws an Error under PHP 8.2 "Failed opening required 'ClientInterface.php'". It works if you change: require_once 'ClientInterface.php'; require_once 'HttpCurl.php'; To require_once __DIR__.'/ClientInterface.php'; require_once __DIR__.'/HttpCurl.php';