Explorar o código

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

runphp hai 4 meses
pai
achega
25d608cad7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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());