From b8fbadf250ddea2ae50b78bbd2f138f4d23b5af9 Mon Sep 17 00:00:00 2001 From: Juan Esteban Garcia Valencia Date: Thu, 7 Aug 2025 20:26:07 -0500 Subject: [PATCH] Update README.md sintaxis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4d118..294614a 100755 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ $sub = $epayco->subscriptions->charge(array( "address" => "cr 44 55 66", "phone"=> "2550102", "cell_phone"=> "3010000001", - "ip" => "190.000.000.000" // This is the client's IP, it is required + "ip" => "190.000.000.000", // This is the client's IP, it is required "idSubscription" => "idSubscription" )); ```