فهرست منبع

fix(lakala): Creation of dynamic property SixShop\Lakala\Service\NotifyService::$notifyApi is deprecated

runphp 4 ماه پیش
والد
کامیت
25d608cad7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/Service/NotifyService.php

+ 1 - 0
src/Service/NotifyService.php

@@ -14,6 +14,7 @@ use function SixShop\Core\throw_logic_exception;
 
 class NotifyService
 {
+    private LakalaNotifyApi $notifyApi;
     public function __construct(private Config $config, private PaymentProvider $paymentProvider)
     {
         $this->notifyApi = new LakalaNotifyApi($this->config->getV3Config());