Pierre du Plessis
Pierre du Plessis
> Installing payum/payum should be discuragued in favor of installing payum/core and gateways separately. I agree with this and is probably something that can just be updated in the documentation,...
@Tetragramat I think in payum/core, the classes can just be deprecated with a message specifying to use the classes in the bundle instead.
I'm generally in favour of adding more strong types across the codebase, and this is something that I've been thinking of for a while. I also want to be conscious...
I have created a 1.x branch, and updated master to be 2.0-dev, and have also added a milestone and GH project for 2.0. Any PRs to update functionality for 2.0,...
@sergiocasquejo Laraval 8 should be supported (https://github.com/Payum/PayumLaravelPackage/pull/53). Are there any specific errors you are getting or something not working as expected?
I think the issue is missing a `php-http/client-implementation` package. The following should work: ```bash composer require payum/payum-laravel-package guzzlehttp/guzzle:^6.0 php-http/guzzle6-adapter ``` **Note:** Guzzle 7 support is currently in master, and not...
That is expected behavior. When a gateway uses the `ReplyInterface`, it means there is some additional action that needs to happen (E.G display a credit card form, redirect to the...
I just double-checked in both a Symfony application, and standard setup, and in both cases, the tokens get removed as expected. I tested with Stripe, and Paypal REST. In the...
@willypuzzle That would be great if you can create a PR. Some useful info: * Delete the `src/compiled.php` file while creating the function and adding the unit tests * When...
See #249