-
I think that using `isSuccessful()` for
1. checking if an error occurred
2. verifying if a payment was completed successfully
is overloading this method too much.
I am trying to use Payum in my Symf…
-
Hello, I`m trying since a lot of days to install sylius in my local. After a lot of problems it seems be ok. But when I opened the navigation gives me this error:
An exception has been thrown during …
-
Paypal does not show products.
It only displays "description"
I do not know how to continue.
Please someone tell me how to add the name, the amount ...
Thank you very much
![seleccin_007](https://f.c…
-
currently if numbers on paypal are given wrongly or they are not enabled it is super hard to debug or troubleshoot, little or no info is given in the logs and no indication the most payum does is to r…
-
Hi all
I am following this guide: http://payum.forma-dev.com/documentation/PayumBundle/capture_funds_with_paypal_express_checkout
However the application throw me this error:
```
Request Payum\Requ…
kayue updated
11 years ago
-
Hello,
I'm trying to figure out how to put more products in the shopping cart paypal.
Could you show me an example?
Once that's done maybe I add it to the documentation.
Thank you very much
-
It seems that paypal is not calling the notification, this is my code
``` php
use Maxim\CMSBundle\Entity\NotificationDetails;
use Payum\Action\ActionInterface;
use Payum\Request\NotifyTokenizedDetail…
-
As far as i can see there is no payment state for payments who has been canceled. This might come in handy for the admin of the webshop, so he can see how many people start the transaction but cancel …
-
Hi I have successfully setuped recurring payment.
How to get information about user, his email, address, name and etc. Is there any way to grab user information by token?
thanks
-
The recently added Payum functionality makes use of a php 5.3.9 feature (is_a() with 3 parameters, called in MainConfiguration::addSecuritySection()). This bumps the version requirement currently set …