File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments