Files
symfony-flex-recipes-contrib/otobul/epaybg-bundle/1.0/config/packages/otobul_epaybg.yaml
T

10 lines
292 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
otobul_epaybg:
# Identification number of the merchant
min: '%env(OTOBUL_EPAYBG_MIN)%'
# The secret word of the merchant
secret: '%env(OTOBUL_EPAYBG_SECRET)%'
# If true all requests will be sent to ePay.bgs Demo System
isDemo: '%env(bool:OTOBUL_EPAYBG_IS_DEMO)%'