addons-cm/payment_redsys_preauth/__manifest__.py
2026-06-24 11:49:41 +02:00

15 lines
497 B
Python

# 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,
}