15 lines
497 B
Python
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,
|
|
}
|