|
@@ -6,7 +6,6 @@ namespace SixShop\WechatPay;
|
|
|
use SixShop\Core\ExtensionAbstract;
|
|
use SixShop\Core\ExtensionAbstract;
|
|
|
use SixShop\Payment\Contracts\PaymentExtensionInterface;
|
|
use SixShop\Payment\Contracts\PaymentExtensionInterface;
|
|
|
use SixShop\Payment\Contracts\PaymentProviderInterface;
|
|
use SixShop\Payment\Contracts\PaymentProviderInterface;
|
|
|
-use SixShop\WechatPay\Hook\SpecialOrderHook;
|
|
|
|
|
use SixShop\WechatPay\Hook\WechatpayHook;
|
|
use SixShop\WechatPay\Hook\WechatpayHook;
|
|
|
|
|
|
|
|
class Extension extends ExtensionAbstract implements PaymentExtensionInterface
|
|
class Extension extends ExtensionAbstract implements PaymentExtensionInterface
|
|
@@ -19,7 +18,6 @@ class Extension extends ExtensionAbstract implements PaymentExtensionInterface
|
|
|
public function getHooks(): array
|
|
public function getHooks(): array
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
- SpecialOrderHook::class,
|
|
|
|
|
WechatpayHook::class,
|
|
WechatpayHook::class,
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|