-
Hi there,
When u try to pay with Paypal using this plugin. The price amout sent is not the right one.
It miss the CUSTOMER_OPTION_ADJUSTMENT.
We need to override it by ourself the ConvertPaymen…
-
When following https://github.com/ThomasLandauer/Payum/blob/patch-3/docs/symfony/get-it-started.md I cannot create the entities in the database: When I try to set up a migration (`bin/console make:mig…
-
Payum/Core should not provide symfony integration when there is Payum/PayumBundle that does the same thing, but both do only part of the symfony integration.
Remove symfony integration from Payum/C…
-
Hello,
We have encountered an error. When we cancel an order for a customer in the administration, we receive an error indicating that the payment cannot be canceled because the payment is already …
-
There is an official extension. I am going to support it and keep in sync with changes in the core.
https://github.com/Payum/Payum/tree/master/src/Payum/Sofort
https://github.com/Payum/Sofort
https:…
-
We recently ran into concurrency issues with Payum. It happens quite a lot that the notify and capture (redirect) happen at the exact same time, resulting in the payment being updated twice and depend…
-
The users with composer 2 are unable to use this package because of PSR-4 incompatibility. The following two classes from payum/iso4217 do not comply with PSR-4.
Payum\ISO4217\Tests\CurrencyTest
…
-
Hi there,
Have you considered the integration of Paybox in [Payum payment framework](http://payum.org/) ?
We used to work with the JMSPayementCoreBundle and we already have a working but unrelease…
-
I'm getting the following error:
>Request Capture{model: ArrayObject} is not supported. Make sure the gateway supports the requests and there is an action which supports this request (The method retu…
garak updated
6 years ago
-
Hi,
The current composer requirements make it annoying to install:
$ composer create-project payum/payum-bundle-sandbox payum-sandbox
Installing payum/payum-bundle-sandbox (0.10.0)
…