Skip to content

Commit 84329f2

Browse files
committed
Modify method access
1 parent ed444ba commit 84329f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Meta/BusinessExtension/Model/Api/CustomApiKey/Authenticator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Authenticator
3131
/**
3232
* @var ScopeConfigInterface
3333
*/
34-
protected $scopeConfig;
34+
public $scopeConfig;
3535

3636
/**
3737
* @var Http

app/code/Meta/Sales/Observer/Order/ShipmentObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function getShipment(Observer $observer)
145145
* @throws GuzzleException
146146
* @throws Exception
147147
*/
148-
protected function executeImpl(Observer $observer)
148+
public function executeImpl(Observer $observer)
149149
{
150150
$shipment = $this->getShipment($observer);
151151
$storeId = $shipment->getOrder()->getStoreId();

0 commit comments

Comments
 (0)