From a4c1f1516a41832e6ea5f7e462c6e787cc8ebec7 Mon Sep 17 00:00:00 2001 From: overtrue Date: Thu, 14 Jan 2016 10:05:59 +0800 Subject: [PATCH] Typo fix. --- src/Payment/API.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Payment/API.php b/src/Payment/API.php index e25e72086..6c55cedba 100755 --- a/src/Payment/API.php +++ b/src/Payment/API.php @@ -255,7 +255,7 @@ public function queryRefundByRefundNo($refundNo) */ public function queryRefundByTranscationId($transcationId) { - return $this->queryRefund($refundNo, self::TRANSCATION_ID); + return $this->queryRefund($transcationId, self::TRANSCATION_ID); } /** @@ -267,7 +267,7 @@ public function queryRefundByTranscationId($transcationId) */ public function queryRefundByRefundId($refundId) { - return $this->queryRefund($refundNo, self::REFUND_ID); + return $this->queryRefund($refundId, self::REFUND_ID); } /**