PayumBundle icon indicating copy to clipboard operation
PayumBundle copied to clipboard

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.

Results 39 PayumBundle issues
Sort by recently updated
recently updated
newest added

the OmnipayBridge needs an upgrade for compatibility with Symfony 4

Hi How can I use bitcoin gateway in the Payum? Is there any tutorials?

When using PayumBundle in Symfony 4 (flex), the Doctrine ORM mapping information for the PaymentToken Entity are not loaded when `APP_ENV=prod`. This leads to an exception when trying to override...

I would like to test how my application interacts with error responses. With Stripe gateway, it is not an issue since some card numbers will make the stripe API render...

Hello, I have successfully created a recurring payment system with your bundle and I thank you for everything you have done it's great. However I have a small question, I...

I have some items that will be one time payments and others that will recurring, I'm wanting to know how to have these in the same cart. One idea I...

Hello, The packagist command : `composer require payum/payum-bundle` at : https://packagist.org/packages/payum/payum-bundle doesn't seems to works with Symfony 4 (flex) ! Apparently we cannot find any information about that in readme...

Hi, i see that the FormType "Payum\Core\Bridge\Symfony\Form\Type\GatewayChoiceType" is not initialized as service, so when i use it in a form it gives me an exception because the constructor expects an...

Hi, I'm struggling to get sonata integration to work within the admin backend. If I enabled it using the config with 'dynamic_gateways' I get an error saying must wait until...

Hi, I'm trying to set the image and the title of the checkout modal like this: ` $payment->setName('Title'); $payment->setImage('https://blablablafr/uploads/2018/04/logo.png'); ` But it seems that you can't and in the Payum/Stripe/Resources/views/Action/obtain_checkout_token.html.twig...