PayumBundle
PayumBundle copied to clipboard
Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
feat: drop support of symfony 4, drop support of php 7.4, remove deprecated functions First step towards version 3. Yes i know the plan is to update payum too, and...
https://github.com/Payum/PayumBundle/issues/552 Except from "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.4", This needs more work. omnipay-common does not yet support symfony 7. https://github.com/thephpleague/omnipay-common/pull/264
Hello, Any chance to make it compatible with Symfony 7? Thanks!
Symfony 6.4 $defaultName property is considered final
Hello guys, I have a slight odd issue, wondering if you have experience this? So I am using Stripe checkout session to take payments on my app, when I do...
In PayumBundle/Security/HttpRequestVerifier.php:39 ``` if (! $hash = $httpRequest->attributes->get('payum_token', $httpRequest->get('payum_token', false))) { throw new NotFoundHttpException('Token parameter not set in request'); } ``` This line checks if the payum_token parameter is valid....
I encountered a problem in which I have two channels: 1. Polish 2. English Polish channel contains only polish lang, english has english only. In the services.yaml file the default...
`\Payum\Bundle\PayumBundle\PayumBundle` installed in Symfony `bundles.php` but still not working: > Payum\Core\Gateway::addAction(): Argument 1 ($action) must be of type Payum\Core\Action\ActionInterface, string given, called in /var/www/html/vendor/payum/payum/src/Payum/Core/CoreGatewayFactory.php on line 239 Compiler Passes are...