Skip to content

Miscellaneous

Database Migration

This bundle uses a database and requires migrations to be run after installation and on updates:

php bin/console dbp:relay:core:migrate

CLI Commands

# Send reports to a custom email address foo@bar.com
./bin/console dbp:relay-mono:reporting --email foo@bar.com

Payment Status

graph TB prepared -->|Start Payment| started started -->|Payment Processing| pending pending -->|Payment Approved| completed pending -->|Payment Failed| failed