Update of
/cvsroot/tep/catalog/catalog/includes/languages/espanol/modules/payment
In directory
sc8-pr-cvs1:/tmp/cvs-serv20677/catalog/catalog/includes/languages/espanol/modules/payment
Modified Files:
authorizenet.php
Log Message:
Add additional checking to return code to detect Systen Error vs Card Declined.
Index: authorizenet.php
===================================================================
RCS file:
/cvsroot/tep/catalog/catalog/includes/languages/espanol/modules/payment/authorizenet.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- authorizenet.php 19 Nov 2002 01:34:56 -0000 1.11
+++ authorizenet.php 3 Jan 2003 17:25:43 -0000 1.12
@@ -19,5 +19,6 @@
define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_OWNER', '* El nombre del
titular de la tarjeta de credito debe de tener al menos ' . CC_OWNER_MIN_LENGTH
. ' caracteres.\n');
define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_NUMBER', '* El numero de la
tarjeta de credito debe de tener al menos ' . CC_NUMBER_MIN_LENGTH . '
numeros.\n');
define('MODULE_PAYMENT_AUTHORIZENET_TEXT_ERROR_MESSAGE', 'Ha ocurrido un
error procesando su tarjeta de credito. Por favor, intentelo de nuevo.');
+ define('MODULE_PAYMENT_AUTHORIZENET_TEXT_DECLINED_MESSAGE', 'Your credit
card was declined. Please try another card or contact your bank for more
info.');
define('MODULE_PAYMENT_AUTHORIZENET_TEXT_ERROR', 'Error en Tarjeta de
Credito!');
?>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|