@@ -147,7 +147,7 @@ class PaymentProvider implements PaymentProviderInterface
return new PaymentRefundResult($reund);
}
- public function refundQuery(string $refundNo): PaymentRefundQueryResult
+ public function refundQuery(int $refundID): PaymentRefundResult
{
throw new \Exception('Not implemented');