Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacibar committed Oct 12, 2021
0 parents commit 21add7f
Show file tree
Hide file tree
Showing 20 changed files with 1,600 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
README.md export-ignore
LICENSE export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Redsys payment plugin for RSForm! Pro
With this plugin you can use the Redsys virtual POS as a payment method in RSForm! Pro.

[Official site](https://www.joomlaempresa.es/)
1 change: 1 addition & 0 deletions images/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>
Binary file added images/joomlaempresa.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/redsys.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>
53 changes: 53 additions & 0 deletions language/en-GB/en-GB.plg_system_rsfpredsys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
; TPVV Redsys for RSForm! Pro
; @copyright Copyright (C) 2015 José António Cidre Bardelás and Joomla Empresa. All rights reserved
; License GNU/GPL v3 or later (see http://www.gnu.org/licenses/)
; Note : All ini files need to be saved as UTF-8 - No BOM

RSFP_REDSYS_COMPONENT="(Payment) Redsys"
RSFP_REDSYS_LABEL="Redsys"
RSFP_REDSYS_ALL="All"
RSFP_REDSYS_CREDIT_CARD="Credit card"
RSFP_REDSYS_IUPAY="Iupay"
RSFP_REDSYS_CREDIT_CARD_AND_IUPAY="Credit card and Iupay"
RSFP_REDSYS_SIM="Simulation"
RSFP_REDSYS_PROD="Production"
RSFP_REDSYS_UNDEFINED="Undefined"
RSFP_REDSYS_AUTOMATIC="Automatic"
RSFP_REDSYS_SPANISH="Spanish"
RSFP_REDSYS_ENGLISH="English"
RSFP_REDSYS_CATALAN="Catalan"
RSFP_REDSYS_FRENCH="French"
RSFP_REDSYS_GERMAN="German"
RSFP_REDSYS_DUTCH="Dutch"
RSFP_REDSYS_ITALIAN="Italian"
RSFP_REDSYS_SWEDISH="Swedish"
RSFP_REDSYS_PORTUGUESE="Portuguese"
RSFP_REDSYS_VALENCIAN="Valencian"
RSFP_REDSYS_POLISH="Polish"
RSFP_REDSYS_GALIZAN="Galizan"
RSFP_REDSYS_BASQUE="Basque"
RSFP_REDSYS_POS_PAYMENT_TYPE="Payment type"
RSFP_REDSYS_POS_MODE="POS mode"
RSFP_REDSYS_SIM_URL="POS simulation URL"
RSFP_REDSYS_PROD_URL="POS production URL"
RSFP_REDSYS_STORE_NAME="Store name"
RSFP_REDSYS_SALE_DESCRIPTION="Sale description"
RSFP_REDSYS_COMMERCE_NUMBER="Commerce number (FUC)"
RSFP_REDSYS_CHANGE_KEY="Change secret key"
RSFP_REDSYS_CLICK_CHANGE_KEY="Click here"
RSFP_REDSYS_CLICK_CHANGE_KEY_DET="Click here to view or change key"
RSFP_REDSYS_CRYPT_WARNING="Warning: Joomla Empresa POS common component (version >= 3.0.0) not found. The payment plug-in won't work at all without it!!!"
RSFP_REDSYS_TERMINAL_NUMBER="Terminal number"
RSFP_REDSYS_CURRENCY="ISO currency identifier"
RSFP_REDSYS_TRANSACTION_TYPE="Transaction type identifier"
RSFP_REDSYS_LANGUAGE="POS customer language"
RSFP_REDSYS_MAIL_ADMIN="Send payment received notification to admin"
RSFP_REDSYS_REDIRECTING="Redirecting to POS"
RSFP_REDSYS_DEBUG="Debug"
RSFP_REDSYS_DEBUG_EMAIL="Debug e-mail"
RSFP_REDSYS_SUBMISSION_NOT_FOUND="<h1>ERROR: Submission ID not found</h1>"
RSFP_REDSYS_RESPONSE_OK="<h1>Your payment has been successfully received</h1>"
RSFP_REDSYS_RESPONSE_KO="<h1>Sorry, but your payment hasn't been successfully received</h1>"
RSFP_REDSYS_MAIL_ADMIN_SUBJECT="[RSForm Pro! Redsys] Payment notification for submission %s"
RSFP_REDSYS_MAIL_ADMIN_BODY="You have received a payment for Submission ID %1$s, on %2$s with an amount of %3$s and an authorisation code of %4$s."
PLG_SYSTEM_RSFP_REDSYS_DESC="This plug-in allows you to add the Redsys POS (CaixaBank, Bankia, Banc Sabadell, etc.) to your RSForm! Pro payment methods. Check the latest version and the official documentation at <a href='http://www.joomlaempresa.es/en' target='_blank'>http://www.joomlaempresa.es</a>.<br /><a href='http://www.joomlaempresa.es/en' target='_blank'><img src='../plugins/system/rsfpredsys/images/joomlaempresa.png' alt='Joomla Empresa' title='Joomla Empresa'/></a>"
6 changes: 6 additions & 0 deletions language/en-GB/en-GB.plg_system_rsfpredsys.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
; TPVV Redsys for RSForm! Pro
; @copyright Copyright (C) 2015 José António Cidre Bardelás and Joomla Empresa. All rights reserved
; License GNU/GPL v3 or later (see http://www.gnu.org/licenses/)
; Note : All ini files need to be saved as UTF-8 - No BOM

PLG_SYSTEM_RSFP_REDSYS_DESC="This plug-in allows you to add the Redsys POS (CaixaBank, Bankia, Banc Sabadell, etc.) to your RSForm! Pro payment methods. Check the latest version and the official documentation at <a href='http://www.joomlaempresa.es/en' target='_blank'>http://www.joomlaempresa.es</a>.<br /><a href='http://www.joomlaempresa.es/en' target='_blank'><img src='../plugins/system/rsfpredsys/images/joomlaempresa.png' alt='Joomla Empresa' title='Joomla Empresa'/></a>"
53 changes: 53 additions & 0 deletions language/es-ES/es-ES.plg_system_rsfpredsys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
; TPVV Redsys for RSForm! Pro
; @copyright Copyright (C) 2015 José António Cidre Bardelás and Joomla Empresa. All rights reserved
; License GNU/GPL v3 or later (see http://www.gnu.org/licenses/)
; Note : All ini files need to be saved as UTF-8 - No BOM

RSFP_REDSYS_COMPONENT="(Pago) Redsys"
RSFP_REDSYS_LABEL="Redsys"
RSFP_REDSYS_ALL="Todos"
RSFP_REDSYS_CREDIT_CARD="Tarjeta de Crédito"
RSFP_REDSYS_IUPAY="Iupay"
RSFP_REDSYS_CREDIT_CARD_AND_IUPAY="Tarjeta de Crédito y Iupay"
RSFP_REDSYS_SIM="Simulación"
RSFP_REDSYS_PROD="Producción"
RSFP_REDSYS_UNDEFINED="Sin definir"
RSFP_REDSYS_AUTOMATIC="Automático"
RSFP_REDSYS_SPANISH="Castellano"
RSFP_REDSYS_ENGLISH="Inglés"
RSFP_REDSYS_CATALAN="Catalán"
RSFP_REDSYS_FRENCH="Francés"
RSFP_REDSYS_GERMAN="Alemán"
RSFP_REDSYS_DUTCH="Holandés"
RSFP_REDSYS_ITALIAN="Italiano"
RSFP_REDSYS_SWEDISH="Sueco"
RSFP_REDSYS_PORTUGUESE="Portugués"
RSFP_REDSYS_VALENCIAN="Valenciano"
RSFP_REDSYS_POLISH="Polaco"
RSFP_REDSYS_GALIZAN="Gallego"
RSFP_REDSYS_BASQUE="Euskera"
RSFP_REDSYS_POS_PAYMENT_TYPE="Tipo de pago"
RSFP_REDSYS_POS_MODE="Modo de TPVv"
RSFP_REDSYS_SIM_URL="URL TPVv simulación"
RSFP_REDSYS_PROD_URL="URL TPVv producción"
RSFP_REDSYS_STORE_NAME="Nombre de la tienda"
RSFP_REDSYS_SALE_DESCRIPTION="Descripción de la venta"
RSFP_REDSYS_COMMERCE_NUMBER="Número comercio (FUC)"
RSFP_REDSYS_CHANGE_KEY="Mudar clave secreta"
RSFP_REDSYS_CLICK_CHANGE_KEY="Haz click aquí"
RSFP_REDSYS_CLICK_CHANGE_KEY_DET="Haz click aquí para cambiar o ver la clave"
RSFP_REDSYS_CRYPT_WARNING="Atención: no se ha encontrado el componente común para los TPVV de Joomla Empresa (version >= 3.0.0). ¡¡¡El método de pago no funcionará sin él!!!"
RSFP_REDSYS_TERMINAL_NUMBER="Número del terminal"
RSFP_REDSYS_CURRENCY="Identificador ISO de la divisa"
RSFP_REDSYS_TRANSACTION_TYPE="Identificador de tipo de transacción"
RSFP_REDSYS_LANGUAGE="Idioma del TPVv para el cliente"
RSFP_REDSYS_MAIL_ADMIN="Enviar notificación de pago recibido al administrador"
RSFP_REDSYS_REDIRECTING="Redirigiendo al TPVv"
RSFP_REDSYS_DEBUG="Depurar"
RSFP_REDSYS_DEBUG_EMAIL="E-mail de depurado"
RSFP_REDSYS_SUBMISSION_NOT_FOUND="<h1>ERROR: Non se ha encontrado el ID del envío</h1>"
RSFP_REDSYS_RESPONSE_OK="<h1>Tu pago ha sido recibido correctamente</h1>"
RSFP_REDSYS_RESPONSE_KO="<h1>Lo sentimos, pero tu pago no ha sido recibido correctamente</h1>"
RSFP_REDSYS_MAIL_ADMIN_SUBJECT="[RSForm Pro! Redsys] Notificación de pago para el envío %s"
RSFP_REDSYS_MAIL_ADMIN_BODY="Has recibido un pago para el ID de envío %1$s, el %2$s por valor de %3$s e con un código de autorización %4$s."
PLG_SYSTEM_RSFP_REDSYS_DESC="Este plug-in te permitirá añadir el pago a través del TPV virtual para entidades bancarias de la red Redsys (CaixaBank, Bankia, Banc Sabadell, etc.) a los métodos de pago de tu RSForm! Pro. Consigue las versiones más recientes y la documentación oficial en <a href='http://www.joomlaempresa.es/es' target='_blank'>http://www.joomlaempresa.es</a>.<br /><a href='http://www.joomlaempresa.es/es' target='_blank'><img src='../plugins/system/rsfpredsys/images/joomlaempresa.png' alt='Joomla Empresa' title='Joomla Empresa'/></a>"
6 changes: 6 additions & 0 deletions language/es-ES/es-ES.plg_system_rsfpredsys.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
; TPVV Redsys for RSForm! Pro
; @copyright Copyright (C) 2015 José António Cidre Bardelás and Joomla Empresa. All rights reserved
; License GNU/GPL v3 or later (see http://www.gnu.org/licenses/)
; Note : All ini files need to be saved as UTF-8 - No BOM

PLG_SYSTEM_RSFP_REDSYS_DESC="Este plug-in te permitirá añadir el pago a través del TPV virtual para entidades bancarias de la red Redsys (CaixaBank, Bankia, Banc Sabadell, etc.) a los métodos de pago de tu RSForm! Pro. Consigue las versiones más recientes y la documentación oficial en <a href='http://www.joomlaempresa.es/es' target='_blank'>http://www.joomlaempresa.es</a>.<br /><a href='http://www.joomlaempresa.es/es' target='_blank'><img src='../plugins/system/rsfpredsys/images/joomlaempresa.png' alt='Joomla Empresa' title='Joomla Empresa'/></a>"
53 changes: 53 additions & 0 deletions language/gl-ES/gl-ES.plg_system_rsfpredsys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
; TPVV Redsys for RSForm! Pro
; @copyright Copyright (C) 2015 José António Cidre Bardelás and Joomla Empresa. All rights reserved
; License GNU/GPL v3 or later (see http://www.gnu.org/licenses/)
; Note : All ini files need to be saved as UTF-8 - No BOM

RSFP_REDSYS_COMPONENT="(Pagamento) Redsys"
RSFP_REDSYS_LABEL="Redsys"
RSFP_REDSYS_ALL="Todos"
RSFP_REDSYS_CREDIT_CARD="Cartón de Crédito"
RSFP_REDSYS_IUPAY="Iupay"
RSFP_REDSYS_CREDIT_CARD_AND_IUPAY="Cartón de Crédito e Iupay"
RSFP_REDSYS_SIM="Simulación"
RSFP_REDSYS_PROD="Produción"
RSFP_REDSYS_UNDEFINED="Sen definir"
RSFP_REDSYS_AUTOMATIC="Automático"
RSFP_REDSYS_SPANISH="Castelán"
RSFP_REDSYS_ENGLISH="Inglés"
RSFP_REDSYS_CATALAN="Catalán"
RSFP_REDSYS_FRENCH="Francés"
RSFP_REDSYS_GERMAN="Alemán"
RSFP_REDSYS_DUTCH="Holandés"
RSFP_REDSYS_ITALIAN="Italiano"
RSFP_REDSYS_SWEDISH="Sueco"
RSFP_REDSYS_PORTUGUESE="Portugués"
RSFP_REDSYS_VALENCIAN="Valenciano"
RSFP_REDSYS_POLISH="Polaco"
RSFP_REDSYS_GALIZAN="Galego"
RSFP_REDSYS_BASQUE="Euskera"
RSFP_REDSYS_POS_PAYMENT_TYPE="Tipo de pagamento"
RSFP_REDSYS_POS_MODE="Modo do TPVv"
RSFP_REDSYS_SIM_URL="URL TPVv simulación"
RSFP_REDSYS_PROD_URL="URL TPVv produción"
RSFP_REDSYS_STORE_NAME="Nome da tenda"
RSFP_REDSYS_SALE_DESCRIPTION="Descrición da venda"
RSFP_REDSYS_COMMERCE_NUMBER="Número comercio (FUC)"
RSFP_REDSYS_CHANGE_KEY="Mudar chave secreta"
RSFP_REDSYS_CLICK_CHANGE_KEY="Preme aquí"
RSFP_REDSYS_CLICK_CHANGE_KEY_DET="Preme aquí para mudares ou veres a chave"
RSFP_REDSYS_CRYPT_WARNING="Ollo: non se atopou o compoñente común para os TPVV de Joomla Empresa (version >= 3.0.0). O método de pagamento non funcionará sen el!!!"
RSFP_REDSYS_TERMINAL_NUMBER="Número do terminal"
RSFP_REDSYS_CURRENCY="Identificador ISO da moeda"
RSFP_REDSYS_TRANSACTION_TYPE="Identificador do tipo de transacción"
RSFP_REDSYS_LANGUAGE="Idioma do TPVv para o cliente"
RSFP_REDSYS_MAIL_ADMIN="Enviar notificación de pagamento recibido para o administrador"
RSFP_REDSYS_REDIRECTING="Encamiñando para o TPVv"
RSFP_REDSYS_DEBUG="Depurar"
RSFP_REDSYS_DEBUG_EMAIL="Correo-e de depurado"
RSFP_REDSYS_SUBMISSION_NOT_FOUND="<h1>ERRO: Non se encontrou o ID do envío</h1>"
RSFP_REDSYS_RESPONSE_OK="<h1>O teu pagamento foi recibido ao xeito</h1>"
RSFP_REDSYS_RESPONSE_KO="<h1>Sentímolo, pero o teu pagamento non foi recibido correctamente</h1>"
RSFP_REDSYS_MAIL_ADMIN_SUBJECT="[RSForm Pro! Redsys] Notificación de pagamento para o envío %s"
RSFP_REDSYS_MAIL_ADMIN_BODY="Recibiches un pagamento para o ID de envío %1$s, o %2$s por valor de %3$s e cun código de autorización %4$s."
PLG_SYSTEM_RSFP_REDSYS_DESC="Este plug-in permitirache engadires o pagamento a través do TPV virtual para entidades bancarias da rede Redsys (CaixaBank, Bankia, Banc Sabadell, etc.) aos métodos de pagamento do teu RSForm! Pro. Consegue as versións máis recentes e a documentación oficial en <a href='http://www.joomlaempresa.es/gl' target='_blank'>http://www.joomlaempresa.es</a>.<br /><a href='http://www.joomlaempresa.es/gl' target='_blank'><img src='../plugins/system/rsfpredsys/images/joomlaempresa.png' alt='Joomla Empresa' title='Joomla Empresa'/></a>"
6 changes: 6 additions & 0 deletions language/gl-ES/gl-ES.plg_system_rsfpredsys.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
; TPVV Redsys for RSForm! Pro
; @copyright Copyright (C) 2015 José António Cidre Bardelás and Joomla Empresa. All rights reserved
; License GNU/GPL v3 or later (see http://www.gnu.org/licenses/)
; Note : All ini files need to be saved as UTF-8 - No BOM

PLG_SYSTEM_RSFP_REDSYS_DESC="Este plug-in permitirache engadires o pagamento a través do TPV virtual para entidades bancarias da rede Redsys (CaixaBank, Bankia, Banc Sabadell, etc.) aos métodos de pagamento do teu RSForm! Pro. Consegue as versións máis recentes e a documentación oficial en <a href='http://www.joomlaempresa.es/gl' target='_blank'>http://www.joomlaempresa.es</a>.<br /><a href='http://www.joomlaempresa.es/gl' target='_blank'><img src='../plugins/system/rsfpredsys/images/joomlaempresa.png' alt='Joomla Empresa' title='Joomla Empresa'/></a>"

0 comments on commit 21add7f

Please sign in to comment.