mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-30 04:42:16 +02:00
configure.xml files added, linking from refernce.xml files git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105723 c90b9560-bf6c-de11-be94-00142212c4b1
65 lines
1.9 KiB
XML
65 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<reference id="ref.cybermut">
|
|
<title>Crédit Mutuel CyberMUT functions</title>
|
|
<titleabbrev>CyberMUT</titleabbrev>
|
|
<partintro>
|
|
<section id="cybermut.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
This extension allows you to process credit cards transactions using Crédit
|
|
Mutuel CyberMUT system (<ulink url="&url.cybermut;">&url.cybermut;</ulink>).
|
|
</para>
|
|
<para>
|
|
CyberMUT 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.
|
|
</para>
|
|
<simpara>
|
|
The use of these functions is almost identical to the original SDK functions,
|
|
except for the parameters of return for <function>cybermut_creerformulairecm</function>
|
|
and <function>cybermut_creerreponsecm</function>,
|
|
which are returned directly by functions PHP, whereas they had passed in
|
|
reference in the original functions.
|
|
</simpara>
|
|
<simpara>
|
|
These functions have been added in PHP 4.0.6.
|
|
</simpara>
|
|
<note>
|
|
<para>
|
|
These functions only provide a link to CyberMUT SDK. Be sure to read the
|
|
CyberMUT Developers Guide for full details of the required parameters.
|
|
</para>
|
|
</note>
|
|
</section>
|
|
|
|
&reference.cybermut.configure;
|
|
|
|
</partintro>
|
|
|
|
|
|
&reference.cybermut.functions;
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|