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