otobul/epaybg-bundle

Dotenv

OTOBUL_EPAYBG_MIN=YOUR_EPAYBG_MIN
OTOBUL_EPAYBG_SECRET=YOUR_EPAYBG_SECRET
OTOBUL_EPAYBG_IS_DEMO=true

Generated files

config/packages/otobul_epaybg.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)%'

config/routes/otobul_epaybg.yaml

otobul_epaybg:
    resource: '@OtobulEpaybgBundle/Resources/config/routes.xml'
    prefix: /webhook/epaybg