From 2f5fe8aec2e82a45aac544520ec94a1a7f47b947 Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Sat, 10 May 2003 09:04:36 +0000 Subject: [PATCH] we need to keep logs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126447 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/cybermut.xml | 130 +++++++++++++++++++---------------------- 1 file changed, 59 insertions(+), 71 deletions(-) diff --git a/functions/cybermut.xml b/functions/cybermut.xml index fba2d87cfe..c87d8ed48b 100755 --- a/functions/cybermut.xml +++ b/functions/cybermut.xml @@ -1,24 +1,16 @@ - - - - + + Crédit Mutuel CyberMUT functions CyberMUT - This extension allows you to process credit cards transactions using Crédit - Mutuel CyberMUT system (&url.cybermut;). + This extension allows you to process credit cards transactions using + Crédit Mutuel CyberMUT system ( + &url.cybermut;). - CyberMUT is a popular Web Payment Service in France, provided by the + CynerMUT is a popular Web Payment Service in France, provided by the Crédit Mutuel bank. If you are foreign in France, these functions will not be useful for you. @@ -57,37 +49,38 @@ Description - - stringcybermut_creerformulairecm - stringurl_CM - stringversion - stringTPE - stringmontant - stringref_commande - stringtexte_libre - stringurl_retour - stringurl_retour_ok - stringurl_retour_err - stringlangue - stringcode_societe - stringtexte_bouton - + + + string cybermut_creerformulairecm + string url_CM + string version + string TPE + string montant + string ref_commande + string texte_libre + string url_retour + string url_retour_ok + string url_retour_err + string langue + string code_societe + string texte_bouton + + - cybermut_creerformulairecm is used to generate the + cynermut_creerformulairecm is used to generate the HTML form of request for payment. First step of payment (equiv cgi1.c) - -]]> +?> @@ -124,37 +116,35 @@ $VERSION="1.2"; Description - - boolcybermut_testmac - stringcode_MAC - stringversion - stringTPE - stringcdate - stringmontant - stringref_commande - stringtexte_libre - stringcode-retour - + + + bool cybermut_testmac + string code_MAC + string version + string TPE + string cdate + string montant + string ref_commande + string texte_libre + string code-retour + + cybermut_testmac is used to make sure that there was not data diddling contained in the received message of confirmation. - Pay attention to parameters code-retour and - texte-libre, which cannot be evaluated as is, - because of the dash. You must retrieve them by using: + Pay attention to parameters code-retour and texte-libre, which cannot be + evaluated as is, because auf the dash. You must retrieve them by using: - -]]> +?> Last step of payment (equiv cgi2.c) - -]]> +?> @@ -201,17 +189,19 @@ if ($mac_ok) { Description - - stringcybermut_creerreponsecm - stringphrase - + + + string cybermut_creerreponsecm + string phrase + + cybermut_creerreponsecm returns a string containing - delivery acknowledgement message. + delivery aknowledgement message. The parameter is "OK" if the message of confirmation of the payment - was correctly identified by cybermut_testmac. + were correctly auhentified by cybermut_testmac. Any other chain is regarded as an error message. @@ -222,7 +212,6 @@ if ($mac_ok) { -