mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
10 lines
292 B
YAML
10 lines
292 B
YAML
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.bg’s Demo System
|
||
isDemo: '%env(bool:OTOBUL_EPAYBG_IS_DEMO)%'
|