Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
更新文档格式
Browse files Browse the repository at this point in the history
  • Loading branch information
phx committed Jul 20, 2017
1 parent b587978 commit d3a152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()` | 查询退款列表 |
Expand Down

0 comments on commit d3a152c

Please # to comment.