Skip to content

Commit f9e9414

Browse files
committed
Update payments/create
Corrige parametros
1 parent 211cd15 commit f9e9414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/payments/create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"subject" => "Pago de prueba",
1919
"currency" => "CLP",
2020
"amount" => 5000,
21-
"email" => "cliente@gmail.com,
21+
"email" => "cliente@gmail.com",
2222
"paymentMethod" => 9,
2323
"urlConfirmation" => Config::get("BASEURL") . "/payments/confirm.php",
2424
"urlReturn" => Config::get("BASEURL") ."/payments/result.php",

0 commit comments

Comments
 (0)