Skip to content

Commit

Permalink
updated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Jan 26, 2022
1 parent 56d3d59 commit 8253133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/Patch/Data/UpdateFashionGiftcard.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function apply()
if (!$result) {
return;
}
payHelper::logDebug('updateFashionGiftcard result ' . $result);
payHelper::log('updateFashionGiftcard result ' . $result);
if ($result == '1699') {
# Update the incorrect profileid.
$this->resourceConfig->saveConfig($path, '1669', 'default', 0);
Expand Down

0 comments on commit 8253133

Please sign in to comment.