Skip to content

Commit

Permalink
v1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy0520 committed Sep 27, 2022
1 parent cf38d7f commit 42de423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions forms/CommonWechat.php
Expand Up @@ -388,12 +388,12 @@ public function getNotify($class, $AppID)
* @param string $type 渠道
* @param string $orderSn 商户订单号
* @param string $outRefundNo 商户退款订单号
* @param int $total 商户订单总金额
* @param int $refund 退款金额,不可大于订单总金额
* @param int $total 商户订单总金额
* @return bool|void
* @throws \Exception
*/
public function refund($type, $orderSn, $outRefundNo, $total, $refund)
public function refund($type, $orderSn, $outRefundNo, $refund, $total)
{
$pay = $this->getWechatPay([], $type);
if (!$pay) {
Expand Down
2 changes: 1 addition & 1 deletion web/version.json
@@ -1 +1 @@
{"version":"1.4.14"}
{"version":"1.4.15"}

0 comments on commit 42de423

Please sign in to comment.