CyberSource / cybersource-rest-client-php

PHP client library for the CyberSource REST API
29 stars 65 forks source link

Remove require_once autoload.php statement in JsonWebTokenHeader #91

Open andyexeter opened 2 years ago

andyexeter commented 2 years ago

The composer autoloader should be required by the application code, not the library itself.

This causes a fatal error because there is no vendor/autoload.php file in lib/Jwt directory where the JsonWebTokenHeader.php file is located.

jbrissonnet-vp commented 3 weeks ago

Is there any chance to see this PR merged ?