From df59b841b6e5f685f180c09ea1c12aa64736ef6b Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 14 Jun 2005 15:31:17 +0000 Subject: [PATCH] move cybermut from peardoc back to phpdoc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188379 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cybermut/configure.xml | 31 +++++++++ .../functions/cybermut-creerformulairecm.xml | 62 +++++++++++++++++ .../functions/cybermut-creerreponsecm.xml | 60 ++++++++++++++++ .../cybermut/functions/cybermut-testmac.xml | 63 +++++++++++++++++ reference/cybermut/reference.xml | 68 +++++++++++++++++++ 5 files changed, 284 insertions(+) create mode 100644 reference/cybermut/configure.xml create mode 100644 reference/cybermut/functions/cybermut-creerformulairecm.xml create mode 100644 reference/cybermut/functions/cybermut-creerreponsecm.xml create mode 100644 reference/cybermut/functions/cybermut-testmac.xml create mode 100644 reference/cybermut/reference.xml diff --git a/reference/cybermut/configure.xml b/reference/cybermut/configure.xml new file mode 100644 index 0000000000..6db312d6dd --- /dev/null +++ b/reference/cybermut/configure.xml @@ -0,0 +1,31 @@ + + +
+ &reftitle.install; + + These functions are only available if PHP has been compiled with the + option, where DIR is + the location of libcm-mac.a and cm-mac.h. + +
+ + diff --git a/reference/cybermut/functions/cybermut-creerformulairecm.xml b/reference/cybermut/functions/cybermut-creerformulairecm.xml new file mode 100644 index 0000000000..a9274c3b03 --- /dev/null +++ b/reference/cybermut/functions/cybermut-creerformulairecm.xml @@ -0,0 +1,62 @@ + + + + + + cybermut_creerformulairecm + Generate HTML form of request for payment + + + &reftitle.description; + + stringpfpro_init + stringurl_cm + stringversion + stringtpe + stringprice + stringref_command + stringtext_free + stringurl_return + stringurl_return_ok + stringurl_return_err + stringlanguage + stringcode_company + stringtext_button + + + cybermut_creerformulairecm is used to generate the + HTML form of request for payment. + + + + &reftitle.seealso; + + + cybermut_testmac + cybermut_creerreponsecm + + + + + + + diff --git a/reference/cybermut/functions/cybermut-creerreponsecm.xml b/reference/cybermut/functions/cybermut-creerreponsecm.xml new file mode 100644 index 0000000000..3501cd3a30 --- /dev/null +++ b/reference/cybermut/functions/cybermut-creerreponsecm.xml @@ -0,0 +1,60 @@ + + + + + + cybermut_creerreponsecm + Generate the delivery's acknowledgement of the payment's confirmation + + + &reftitle.description; + + stringcybermut_creerreponsecm + stringsentence + + + The parameter is "OK" if the message of confirmation of the payment + were correctly auhentified by cybermut_testmac. + Any other chain is regarded as an error message. + + + + + &reftitle.returnvalues; + + Returns a string containing the message of aknowledgement of delivery. + + + + + &reftitle.seealso; + + + cybermut_creerformulairecm + cybermut_testmac + + + + + + + diff --git a/reference/cybermut/functions/cybermut-testmac.xml b/reference/cybermut/functions/cybermut-testmac.xml new file mode 100644 index 0000000000..77bf72774b --- /dev/null +++ b/reference/cybermut/functions/cybermut-testmac.xml @@ -0,0 +1,63 @@ + + + + + + cybermut_testmac + Make sure that there was no data diddling contained + in the received message of confirmation + + + &reftitle.description; + + boolcybermut_testmac + stringcode_mac + stringversion + stringtpe + stringcdate + stringprice + stringref_command + stringtext_free + stringcode_return + + + cybermut_testmac is used to make sure that there was + no data diddling contained in the received message of confirmation. + Pay attention to parameters code_return and + text_free, which cannot be evaluated as is, + because of the dash. + + + + + &reftitle.seealso; + + + cybermut_creerformulairecm + cybermut_creerreponsecm + + + + + + + diff --git a/reference/cybermut/reference.xml b/reference/cybermut/reference.xml new file mode 100644 index 0000000000..334542b6af --- /dev/null +++ b/reference/cybermut/reference.xml @@ -0,0 +1,68 @@ + + + + + Credit Mutuel CyberMUT functions + CyberMUT + +
+ &reftitle.intro; + + This extension allows you to process credit cards transactions using + Credit Mutuel CyberMUT system . + + + CynerMUT is a popular Web Payment Service in France, provided by the + Credit Mutuel bank. If you are foreign in France, these functions will not + be useful for you. + + + The use of these functions is almost identical to the original functions, + except for the parameters of return for CreerFormulaireCM and CreerReponseCM, + which are returned directly by functions PHP, whereas they had passed in + reference in the original functions. + + ¬e.no-windows.extension; + + + &pecl.moved-ver;4.3.0 + + +
+ +
+ &reftitle.required; + + You will require the appropriate SDK for your platform, which may be sent to + you after your CyberMUT's subscription (contact them via Web, or go to the nearest + Credit Mutuel). + + + + These functions only provide a link to CyberMUT SDK. Be sure to read the + CyberMUT Developers Guide for full details of the required parameters. + + +
+
+ +&reference.cybermut.functions; + +
+ +