SecureTrading / PHP-API

Allows payment processing through Secure Trading's STPP (JSON) interface.
4 stars 12 forks source link

Log Permission #1

Closed yespbs closed 2 years ago

yespbs commented 4 years ago

I am trying this package with Laravel composer on server uses /vendor folder which is not global writable thus I am facing permission issue on some actions while the package tries to write inside /vendor folder i.e. /vendor/securetading

is it customizable? if not could I disable logs? if not either must be added

please help

yespbs commented 4 years ago

I found the configs

log_filepath log_archive_filepath

they can be set in config while calling \Securetrading\api

found by looking into Securetrading\Stpp\JsonInterface\Main::bootstrap()

This is very important and must be added to doc

Tom-Millard commented 4 years ago

Just been looking for this information. Cheers.