Skip to content

Commit

Permalink
fix(!): factory
Browse files Browse the repository at this point in the history
Any Iaphub changement
  • Loading branch information
johnkhansrc authored Jan 17, 2023
1 parent ddc3885 commit d6fbcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Factory/WebhookFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ private static function instanciateWebhookData(array $dataPayload): WebhookData
$dataPayload['productSku'],
$dataPayload['productType'],
$dataPayload['productGroupName'] ?? null,
$dataPayload['listing'],
$dataPayload['store'],
$dataPayload['listing'] ?? '',
$dataPayload['store'] ?? '',
$dataPayload['storeSegmentIndex'] ?? null,
$dataPayload['currency'],
$dataPayload['price'],
Expand Down

0 comments on commit d6fbcbb

Please sign in to comment.