-
To fix:
https://github.com/Payum/Payum/blob/master/docs/stripe/checkout.md
https://github.com/Payum/Payum/blob/master/docs/stripe/js.md
What to fix:
Replace:
->addGateway('gatewayName', [
…
KRens updated
3 years ago
-
I've make a try to implement that example here without modifications.
https://github.com/Payum/Payum/blob/master/docs/symfony/custom-api-usage.md
But it does not work (any more). I'm working with Sy…
-
Hello, I've used your last fix, but when I want to pay, somehow it get a 400 from stripe. In the logs from their console, I can see that "POST /v1/payment_methods" is being called, with weird paramete…
-
The [symfony/http-foundation](https://github.com/symfony/http-foundation) does not allow to set objects as query Parameters to requests in version 6.
This looks reasonable for me.
The test fails h…
-
I have this:
```php
private function refund($payum_token) {
$request = \App::make('request');
$request->attributes->set('payum_token', $payum_token);
$token = $th…
-
I'm struggling creating a subscription for a customer that already exist in Stripe account (for new customers Payum works fine). What happen is that Payum does a `POST /v1/customers`. The customer alr…
-
SpeckPaypal could benefit from having a IPN listener built into it. It would be nice to have a IPN listener built that could be integrated into SpeckPaypal for Zend Framework 2.
(IPN Paypal - Link: …
-
It seems fairly out of date, just curious if it is still maintained? Or is it up to the individual gateways as to whether they maintain their code?
-
I don't know if this is a general issue, or just regarding the Sofort gateway: When submitting a wrong URL, Sofort gives this error message "Error: 8016:Must be a valid URL.". However, payum doesn't s…
-
Hello,
I use eloquent storage for my payments and my tables have another name, another columns titles but fully compatible with Payum. I implement my models like as `Recca0120\LaravelPayum\Model\Pa…