add payment_redsys_preauth
This commit is contained in:
parent
0f2c8c0565
commit
08e34c1426
18 changed files with 1043 additions and 0 deletions
15
payment_redsys_preauth/__manifest__.py
Normal file
15
payment_redsys_preauth/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue