From d3a152c10b22c16013654b6e6e6ef3c121339ca3 Mon Sep 17 00:00:00 2001 From: phx Date: Thu, 20 Jul 2017 11:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8435e01..543c1d1 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ try { | `$gateway->purchase()` | 创建 Charge | | `$gateway->fetchTransaction()` | 查询单笔 Charge | | `$gateway->fetchTransactionList()` | 查询 Charge 列表 | -| `$gateway->reverse()` | Charge 撤销(仅支持isv线下渠道,如已支付会退款) | +| `$gateway->reverse()` | 撤销 Charge(仅支持isv线下渠道,如已支付会退款) | | `$gateway->refund()` | 创建退款 | | `$gateway->fetchRefund()` | 查询单笔退款 | | `$gateway->fetchRefundList()` | 查询退款列表 |