payum

How to register a new payum payment method and add actions?

邮差的信 提交于 2019-12-10 16:48:03
问题 I have created a payum payment method. I have set up a payment form that stores the payment details and then I generate the payment security token. This all seems ok so far and payum generates the token in storage. However, I cannot seem to register it. I don't know where I am supposed to add the actions so they are used when payment method is loaded. I have the following questions. Where do I add a reference to my PaymentFactory? At the moment I load the payum extension in the bundle build

Setting up Payum Bundle with Symfony2 giving error

[亡魂溺海] 提交于 2019-12-05 06:53:46
问题 I am working with Symfony 2.6 and trying to setup PayumBundle (paypal express checkout) and I am getting an error InvalidConfigurationException in BaseNode.php line 313: Invalid configuration for path "payum.security.token_storage": The storage entry must be a valid model class. It is set Acme\featuresBundle\Entity\PaymentToken I am following the steps mentioned in there documetation This is how my config.yml looks like doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" entity

Setting up Payum Bundle with Symfony2 giving error

本小妞迷上赌 提交于 2019-12-03 21:45:52
I am working with Symfony 2.6 and trying to setup PayumBundle (paypal express checkout) and I am getting an error InvalidConfigurationException in BaseNode.php line 313: Invalid configuration for path "payum.security.token_storage": The storage entry must be a valid model class. It is set Acme\featuresBundle\Entity\PaymentToken I am following the steps mentioned in there documetation This is how my config.yml looks like doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" entity_managers: default: auto_mapping: true mappings: payum: is_bundle: false type: xml dir: %kernel.root_dir%/..

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: {