[cvs] [Wiki] changed: Project/Horde_Payment
Duck
duck at obala.net
Fri Feb 13 09:50:08 UTC 2009
duck Fri, 13 Feb 2009 04:50:08 -0500
Modified page: http://wiki.horde.org/Project/Horde_Payment
New Revision: 1.15
Change log: typo
@@ -34,8 +34,9 @@
* revoked
* successful
* void
* Configurable payment methods
+* Limit payment methods per user
* Limit payment methods per application
* Limit payment methods per amount
* Virtual host support
* Possibility to add a testing process request
@@ -62,10 +63,10 @@
* version.php telling the configuration screen the version of your module
* conf.xml a configuration options
* Module.php man class file.
-++ List payment request to users
-A lot of payment request ends by user abort (they change their mind,
the line falls, system creases...) To remind them about their order,
you can use the listAthorizations method to list user's pending
athorizations. So they can restart the process where they finish
wherever they want.
+++ List user payment request
+A lot of payment request ends by user abort (they change their mind,
the line falls, system creases...) To remind them about their order,
you can use the listAthorizations method to list user's pending
authorizations. So they can restart the process where they finish
wherever they want.
<code type="php">
// Get authorisations for current application and user
$authorizations = $registry->call('payment/listAuthorizations',
@@ -87,9 +88,9 @@
echo '<hr />';
}
</code>
-++ Api calls
+++ Implementation Api calls
+++ authorizationRequest() usage example
<code type="php">
More information about the cvs
mailing list