-
Installing `payum/payum` should be discuragued in favor of installing `payum/core` and gateways separately.
Having `composer.json` in `payum/payum` to be merge of requirements of all it's packages is…
-
Nice to see this implemented, but the documentation is lacking. I found no way to integrate this, I use omnipay with the bridge in payum, and without notification I need to rewrite gateways to payum.
-
**Sylius version affected**: 1.12
**Description**
The error is due to the concurrency generated by some payment systems which uses both E2E request and S2S request to send payment details. See f…
-
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 fi…
-
After updating `doctrine/doctrine-bundle` to version 2 I got "ID field missing from entity PaymentToken".
This configuration should be mentioned in instalation docs:
```yaml
orm:
entity_mana…
-
Writing some Behat tests for a Stripe gateway, I found that each generated capture tokens were never been invalidated.
Reading the documentation of `payum/payum` about [`capture.php`](https://githu…
-
From the documentation I see that I can run a recurrent payment completely without a user interaction:
```
Making payments without user interaction
Prepare payment
$storage = $this->get(…
-
I try add to config payum evens extension
```
payum.extension.event_dispatcher:
class: Payum\Core\Bridge\Symfony\Extension\EventDispatcherExtension
arguments: ["@event_dispatcher"]
public…
-
I tried this code https://github.com/Payum/Payum/blob/master/docs/stripe/subscription-billing.md but it doesn't work for subscription. normal payment seems fine.
-
There is only one `StorageExtension` instance per Model which is used in all Gateway instances. The `StorageExtension` keeps the Action Stack Level internally but this only works reliable when used wi…