SzuniSOFT / laravel-szamlazzhu

Szamlazz.hu billing agent implementation for Laravel
MIT License
7 stars 27 forks source link

Not enabled certificate still looking cacert.pem file #13

Open netdjw opened 4 years ago

netdjw commented 4 years ago

Here is a part of my config file:

    'certificate' => [
        'enabled' => false,
        'disk' => 'local',
        'path' => 'szamlazzhu/cacert.pem' // Relative to disk root
    ],

Now I get InvalidClientConfigurationException.

Workaround:

If I create an empty file on this path: storage/app/szamlazzhu/cacert.pem the error is gone.

sykorax commented 3 years ago

Hey netdjw,

My apologies, but the organization owner decided to exclude the package maintainers so we're not allowed to perform any hotfix / further development anymore. For now, the best I can advice to you is to clone the entire repository and make your desired changed.

However as I can remember, this issue has been fixed already.