Skip to content

Commit 8738bb6

Browse files
committed
2 parents ace67f3 + bbbcf0a commit 8738bb6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PHP-API-CLIENT
2-
Cliente PHP para consumir el API de Flow
2+
Cliente PHP para consumir el API de Flow.
3+
4+
**Flow.cl** es una pasarela de pagos para comercio electrónico. Este cliente le permite integrar su ecommerce para recibir pagos online.
35

46
## Requerimientos
57
* PHP 5.2 o superior
@@ -53,10 +55,10 @@ $params = array(
5355
"subject" => "Pago de prueba",
5456
"currency" => "CLP",
5557
"amount" => 5000,
56-
"email" => "cliente@gmail.com,
58+
"email" => "cliente@gmail.com",
5759
"paymentMethod" => 9,
58-
"urlConfirmation" => Config::get("BASEURL") . "/payments/confirm.php",
59-
"urlReturn" => Config::get("BASEURL") ."/payments/result.php",
60+
"urlConfirmation" => Config::get("BASEURL") . "/examples/payments/confirm.php",
61+
"urlReturn" => Config::get("BASEURL") ."/examples/payments/result.php",
6062
"optional" => $optional
6163
);
6264
//Define el metodo a usar

0 commit comments

Comments
 (0)