Skip to content

Commit

Permalink
- retrieve bpartner masterdata from shopware
Browse files Browse the repository at this point in the history
refs: #10760
  • Loading branch information
cp-ps committed Mar 5, 2021
1 parent e533b93 commit e65ef8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ private void insertBPLocationExternalRefIfMissing(
.orElseGet(() -> {
logger.warn("*** WARN in insertBPLocationExternalRefIfMissing: no metasfreshId was found for the externalId: {}! "
+ "If this happened, something went wrong while upserting the bPartnerLocations", locationExternalId);
return null; // todo cp: ask tobi if we should throw an error here
return null;
});
})
.filter(Objects::nonNull)
Expand Down

0 comments on commit e65ef8e

Please sign in to comment.