From ecd3fb05e44b4da524c15280c4c8e71b1d4f1cf2 Mon Sep 17 00:00:00 2001 From: Khoirunnisa Afifah Date: Wed, 17 May 2017 17:11:10 +0700 Subject: [PATCH] update capture credit card readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 511fe8e..994cc87 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ php examples/get_balance_example.php # Capture credit card payment ``` cd src/ -php examples/capture_credit_card_payment_example.php [token_id] [amount] [external_id] +php examples/capture_credit_card_payment_example.php [external_id] [token_id] [amount] ``` # Name validator