Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkhansrc committed Sep 15, 2023
2 parents 0994f9a + d6fbcbb commit 707bf26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# iaphub-bundle

A project initiated by [EmprunteMonToutou](https://github.com/empruntemontoutou)

## An Iaphub integration for symfony application for receive webhooks and manage Iaphub API

_https://www.iaphub_
Expand Down
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 707bf26

Please sign in to comment.