payment Card first 4 payments inc. mails

This commit is contained in:
Kevin Adametz 2019-02-28 18:09:54 +01:00
parent c20deac3fe
commit 6e3adac4d7
38 changed files with 3063 additions and 921 deletions

View file

@ -33,6 +33,11 @@ return [
*/
'channels' => [
'payone' => [
'driver' => 'single',
'path' => storage_path('logs/payone.log'),
],
'stack' => [
'driver' => 'stack',
'channels' => ['single'],