Skip to content

simplelogica/sermepa_payment

Repository files navigation

sermepa_payment

sermepa payment integrates Drupal Payment Module with Sermepa/RedSyS TPV.

This library is being adapted to Drupal 8, a Drupal 7 ready version can be found on the 7.x branch.

To use this library in a Drupal 8 library, some repositories should be added in composer.json file:

"repositories": [
  {
    "type":"git",
    "url":"https://github.com/simplelogica/sermepa_payment"
  },
  {
    "type": "git",
    "url": "https://github.com/CommerceRedsys/sermepa"
  }
],
"require": {
  "drupal/sermepa_payment": "dev-master"
},

IMPORTANT: due to Drupal's new repository semantic versioning, this module is only compatible with projects using new repository.

If you are using https://packagist.drupal-composer.org , you must use this project in commit d564859e2776c635edb7d564a23d7db52b8988bc or before.

More information here.

Credits

  • This module uses the gateway classes implemented by Facine to comunicate with Sermepa TPV.

About

Integrates Drupal Payment Module with Sermepa/RedSyS TPV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages