Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Symfony instalation docs #918

Open
Tetragramat opened this issue Sep 8, 2021 · 1 comment
Open

Update Symfony instalation docs #918

Tetragramat opened this issue Sep 8, 2021 · 1 comment

Comments

@Tetragramat
Copy link
Contributor

After updating doctrine/doctrine-bundle to version 2 I got "ID field missing from entity PaymentToken".
This configuration should be mentioned in instalation docs:

orm:
    entity_managers:
        default:
            mappings:
                payum:
                    is_bundle: false
                    type: xml
                    dir: '%kernel.root_dir%/../vendor/payum/core/Payum/Core/Bridge/Doctrine/Resources/mapping'
                    # set this dir instead if you use `payum/payum` library
                    #dir: '%kernel.root_dir%/../vendor/payum/payum/src/Payum/Core/Bridge/Doctrine/Resources/mapping'
                    prefix: 'Payum\Core\Model'

source: #789 (comment)

@Chris53897
Copy link
Contributor

@Tetragramat Can you mabe make a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants