CyberSource / cybersource-rest-client-php

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

Some classes doesn't comply with psr-4 #71

Open sauriio opened 3 years ago

sauriio commented 3 years ago

Class CyberSource\Model\Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction located in ./vendor/cybersource/rest-client-php/lib/Model/Ptsv2paymentsMerchantInitiatedTransaction.php does not comply with psr-4 autoloading standard. Skipping.

sdk version: 0.0.20

alonzo-ped commented 3 years ago

I have also encountered this issue:

Class CyberSource\Model\Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransaction located in ./vendor/cybersource/rest-client-php/lib/Model/Ptsv2paymentsMerchantInitiatedTransaction.php does not comply with psr-4 autoloading standard. Skipping.

It's only thrown when using 'authoritative' autoloading for production optimization

composer install --no-dev -a

sdk version: 0.0.20 docker php:7.3-apache composer version 2.0.11

jezmck commented 3 years ago

59 #58