-
Will be Mantra opinionated about directory structure?
-
Hi.
I use this great package in my laravel site. I log payed items. But, can I use this package to admin can pay to user via paypal, and how? Or you can offer me a another package for that? I now know…
-
Hello Maksim,
I'm having great experience with Payum library. Now I face the need to make Refund operations and want to contribute with the resultant code.
I've found the question http://stackoverf…
-
It seems like whenever I add a new client, the process runs and it generates a new client via the API but then your package returns an error saying that the email address has already been used... I k…
-
Hi ,
I'm working onn laravel package , but when I process my payment . I get this response issue
my code as bellow
```
// ### Address
// Base Address object used as shipping or billing
…
-
I get this error when trying to start a transaction:
PayPal\Exception\PPConnectionException error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
It's fixed in new sdk-core-php release, b…
-
issue from: https://github.com/Payum/PaypalExpressCheckoutNvp/issues/36
**app\config\app.php**
```
'providers' => array(
....
'Payum\LaravelPackage\PayumServiceProvider',
)
```
**app\config\package…
-
Hello,
I am a beginner of laravel and payum. I followed the example, but cannot go through the code in sandbox.
ReflectionException
Interface Doctrine\Common\Persistence\Proxy does not exist
The e…
-
Hi,
Im working on Laravel 4 package to adapt the payments done in our webs with this restfull API.
Im just making tests with the API after adapt all the workflow and i cant get the info of a payment…
-
Hi i am integrating the package in laravel. Im going thru the comments and i see this:
// Create a storage model object.
// A basic PDO storage is provided, but just extend Model\Transaction and use…