paypal-plus

Payum Paypal Rest config_path

落花浮王杯 提交于 2019-12-02 05:22:33
问题 I am trying to implement paypal-rest payment with the payum bundle in symfony (3.1.4). I need to get PayPal Plus running in my Symfony App. Therefore I read this article https://github.com/Payum/Payum/blob/master/docs/paypal/rest/get-it-started.md Now - I can't figure out what the 'config_path' parameter is ment to be set to and what exactly has to be provides at this config_path. Symfony states 'The config_path fields are required.' My payum config looks like this atm payum: security: token

Payum Paypal Rest config_path

北城余情 提交于 2019-12-02 01:25:25
I am trying to implement paypal-rest payment with the payum bundle in symfony (3.1.4). I need to get PayPal Plus running in my Symfony App. Therefore I read this article https://github.com/Payum/Payum/blob/master/docs/paypal/rest/get-it-started.md Now - I can't figure out what the 'config_path' parameter is ment to be set to and what exactly has to be provides at this config_path. Symfony states 'The config_path fields are required.' My payum config looks like this atm payum: security: token_storage: AppBundle\Entity\PaymentToken: { doctrine: orm } storages: AppBundle\Entity\Payment: {