Skip to content

Commit

Permalink
[PayumPayzen] Changed configuration.
Browse files Browse the repository at this point in the history
ekyna committed Nov 8, 2017
1 parent 4e6446b commit 2389bf2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -49,9 +49,12 @@ public function addApiSection(ArrayNodeDefinition $node)
->enumNode('ctx_mode')
->values(['TEST', 'PRODUCTION'])
->end()
->scalarNode('trans_id_file_path')
->scalarNode('directory')
->cannotBeEmpty()
->defaultValue('%kernel.root_dir%/../var/payzen/transaction_id')
->defaultValue('%kernel.root_dir%/../var/payzen')
->end()
->booleanNode('debug')
->defaultValue('%kernel.debug%')
->end()
->end()
->end()

0 comments on commit 2389bf2

Please sign in to comment.