Sfoglia il codice sorgente

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

runphp 4 mesi fa
parent
commit
25d608cad7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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());