|
@@ -82,7 +82,7 @@ class PaymentProvider implements PaymentProviderInterface
|
|
|
throw new \Exception('Not implemented');
|
|
throw new \Exception('Not implemented');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public function query(string $orderNo): PaymentQueryResult
|
|
|
|
|
|
|
+ public function query(int $recordID): PaymentQueryResult
|
|
|
{
|
|
{
|
|
|
throw new \Exception('Not implemented');
|
|
throw new \Exception('Not implemented');
|
|
|
}
|
|
}
|