sermepa-omnipay icon indicating copy to clipboard operation
sermepa-omnipay copied to clipboard

sermepa (redsys) omnipay gateway

Results 7 sermepa-omnipay issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....

dependencies

Some dependencies are never used. `php-http` requires PHP < 8, which prevents installation of this package through composer in those environments.

Added support to 3ds using Redsys

Hi! I was checking out your integration as I want to implement Omnipay instead of working directly with Redsys. I've found that you are setting the `Ds_Merchant_Titular` parameter the same...

Is there any plan to implement the new 3DSecure v.2 protocol? I'm a little busy now and any help is appreciated. The new protocol release is 14th september and its...

Hi, i want to pay with the DS_MERCHANT_PAN DS_MERCHANT_E XPIRYDATE "DS_MERCHANT_CVV2 Why they are not in the PurchaseRequest?? can you add it please? Thank you.

Thank you by your plugin, but I am confused about the parameters. Can you put a simple example like Stripe? [(/src/Gateway.php)](https://github.com/thephpleague/omnipay-stripe/blob/master/src/Gateway.php) For example: ``` /** * Stripe Gateway. * *...