We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed444ba commit 84329f2Copy full SHA for 84329f2
app/code/Meta/BusinessExtension/Model/Api/CustomApiKey/Authenticator.php
@@ -31,7 +31,7 @@ class Authenticator
31
/**
32
* @var ScopeConfigInterface
33
*/
34
- protected $scopeConfig;
+ public $scopeConfig;
35
36
37
* @var Http
app/code/Meta/Sales/Observer/Order/ShipmentObserver.php
@@ -145,7 +145,7 @@ public function getShipment(Observer $observer)
145
* @throws GuzzleException
146
* @throws Exception
147
148
- protected function executeImpl(Observer $observer)
+ public function executeImpl(Observer $observer)
149
{
150
$shipment = $this->getShipment($observer);
151
$storeId = $shipment->getOrder()->getStoreId();
0 commit comments