|
|
@@ -10,6 +10,7 @@ use SixShop\Payment\Contracts\PaymentNotifyResult;
|
|
|
use SixShop\Payment\Contracts\PaymentProviderInterface;
|
|
|
use SixShop\Payment\Contracts\PaymentQueryResult;
|
|
|
use SixShop\Payment\Contracts\PaymentRefundQueryResult;
|
|
|
+use SixShop\Payment\Contracts\PaymentRefundRequest;
|
|
|
use SixShop\Payment\Contracts\PaymentRefundResult;
|
|
|
use SixShop\Payment\Contracts\PaymentResponse;
|
|
|
use SixShop\Payment\Entity\ExtensionPaymentEntity;
|
|
|
@@ -116,7 +117,7 @@ class PaymentProvider implements PaymentProviderInterface
|
|
|
);
|
|
|
}
|
|
|
|
|
|
- public function refund(array $refund): PaymentRefundResult
|
|
|
+ public function refund(int $recordID, PaymentRefundRequest $param): PaymentRefundResult
|
|
|
{
|
|
|
throw new \Exception('Not implemented');
|
|
|
}
|