merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 6f5656ae5afbeadfc8cccd29ddab65c8f07d4db9
parent b466a12f337976cde190da4a28a9ec852e4bdaf4
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 13 Mar 2018 14:59:51 +0100

fix PHP prerequisites.

Diffstat:
Mdoc/merchant-api.content.texi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/merchant-api.content.texi b/doc/merchant-api.content.texi @@ -106,7 +106,7 @@ command line with cURL. @end ifset @ifset LANG_PHP This version of the tutorial has examples for PHP, -using the pecl_http package. +using libcurl. @end ifset @c Versions for other languages/environments are available as well.