Skip to content

Commit

Permalink
Multistore notification fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 19, 2024
1 parent 00a607b commit 3f99e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controller/tpay/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private function saveCard(array $notification, string $orderId)
}
}

public function getNotification()
private function getNotification()
{
$returnData = null;
foreach ($this->storeManager->getStores() as $store) {
Expand All @@ -122,7 +122,7 @@ public function getNotification()
return $returnData;
}

public function extractNotification(StoreInterface $store): array
private function extractNotification(StoreInterface $store): array
{
$storeId = (int) $store->getStoreId();
try {
Expand Down

0 comments on commit 3f99e21

Please sign in to comment.