add payment_redsys_preauth

This commit is contained in:
Luis 2026-06-24 11:49:41 +02:00
parent 0f2c8c0565
commit 08e34c1426
18 changed files with 1043 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Copyright 2024 - 2025 Criptomart
{
"name": "Pasarela de pago Redsys con preautorización",
"category": "Payment Acquirer",
"summary": "Payment Acquirer: Redsys Implementation with Preauthorization",
"version": "16.0.0.0.1",
"author": "Criptomart",
"website": "https://git.criptomart.net/foodcoopbcn",
"depends": ["payment_redsys","sale_order_invoice_amount"],
"data": [
"data/payment_redsys.xml"
],
"license": "AGPL-3",
"installable": True,
}